Search Results for

    Show / Hide Table of Contents

    Class AnalyzerConfig

    Inheritance
    object
    AnalyzerConfig
    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 AnalyzerConfig

    Methods

    Parse(SourceText, string?)

    Declaration
    public static AnalyzerConfig Parse(SourceText text, string? pathToFile)
    Parameters
    Type Name Description
    SourceText text
    string pathToFile
    Returns
    Type Description
    AnalyzerConfig

    Parse(string, string?)

    Declaration
    public static AnalyzerConfig Parse(string text, string? pathToFile)
    Parameters
    Type Name Description
    string text
    string pathToFile
    Returns
    Type Description
    AnalyzerConfig
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0