Search Results for

    Show / Hide Table of Contents

    Struct AnalyzerConfigOptionsResult

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct AnalyzerConfigOptionsResult

    Properties

    AnalyzerOptions

    Declaration
    public ImmutableDictionary<string, string> AnalyzerOptions { get; }
    Property Value
    Type Description
    ImmutableDictionary<string, string>

    Diagnostics

    Declaration
    public ImmutableArray<Diagnostic> Diagnostics { get; }
    Property Value
    Type Description
    ImmutableArray<Diagnostic>

    TreeOptions

    Declaration
    public ImmutableDictionary<string, ReportDiagnostic> TreeOptions { get; }
    Property Value
    Type Description
    ImmutableDictionary<string, ReportDiagnostic>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0