Search Results for

    Show / Hide Table of Contents

    Class AnalyzerConfigSet

    Inheritance
    object
    AnalyzerConfigSet
    Inherited Members
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public sealed class AnalyzerConfigSet

    Properties

    GlobalConfigOptions

    Declaration
    public AnalyzerConfigOptionsResult GlobalConfigOptions { get; }
    Property Value
    Type Description
    AnalyzerConfigOptionsResult

    Methods

    Create<TList>(TList)

    Declaration
    public static AnalyzerConfigSet Create<TList>(TList analyzerConfigs) where TList : IReadOnlyCollection<AnalyzerConfig>
    Parameters
    Type Name Description
    TList analyzerConfigs
    Returns
    Type Description
    AnalyzerConfigSet
    Type Parameters
    Name Description
    TList

    Create<TList>(TList, out ImmutableArray<Diagnostic>)

    Declaration
    public static AnalyzerConfigSet Create<TList>(TList analyzerConfigs, out ImmutableArray<Diagnostic> diagnostics) where TList : IReadOnlyCollection<AnalyzerConfig>
    Parameters
    Type Name Description
    TList analyzerConfigs
    ImmutableArray<Diagnostic> diagnostics
    Returns
    Type Description
    AnalyzerConfigSet
    Type Parameters
    Name Description
    TList

    GetOptionsForSourcePath(string)

    Declaration
    public AnalyzerConfigOptionsResult GetOptionsForSourcePath(string sourcePath)
    Parameters
    Type Name Description
    string sourcePath
    Returns
    Type Description
    AnalyzerConfigOptionsResult
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0