Search Results for

    Show / Hide Table of Contents

    Class AnalyzerConfigOptionsProvider

    Inheritance
    object
    AnalyzerConfigOptionsProvider
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis.Diagnostics
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public abstract class AnalyzerConfigOptionsProvider

    Constructors

    AnalyzerConfigOptionsProvider()

    Declaration
    protected AnalyzerConfigOptionsProvider()

    Properties

    GlobalOptions

    Declaration
    public abstract AnalyzerConfigOptions GlobalOptions { get; }
    Property Value
    Type Description
    AnalyzerConfigOptions

    Methods

    GetOptions(AdditionalText)

    Declaration
    public abstract AnalyzerConfigOptions GetOptions(AdditionalText textFile)
    Parameters
    Type Name Description
    AdditionalText textFile
    Returns
    Type Description
    AnalyzerConfigOptions

    GetOptions(SyntaxTree)

    Declaration
    public abstract AnalyzerConfigOptions GetOptions(SyntaxTree tree)
    Parameters
    Type Name Description
    SyntaxTree tree
    Returns
    Type Description
    AnalyzerConfigOptions
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0