Search Results for

    Show / Hide Table of Contents

    Struct SuppressionAnalysisContext

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

    Properties

    CancellationToken

    Declaration
    public CancellationToken CancellationToken { get; }
    Property Value
    Type Description
    CancellationToken

    Compilation

    Declaration
    public Compilation Compilation { get; }
    Property Value
    Type Description
    Compilation

    Options

    Declaration
    public AnalyzerOptions Options { get; }
    Property Value
    Type Description
    AnalyzerOptions

    ReportedDiagnostics

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

    Methods

    GetSemanticModel(SyntaxTree)

    Declaration
    public SemanticModel GetSemanticModel(SyntaxTree syntaxTree)
    Parameters
    Type Name Description
    SyntaxTree syntaxTree
    Returns
    Type Description
    SemanticModel

    ReportSuppression(Suppression)

    Declaration
    public void ReportSuppression(Suppression suppression)
    Parameters
    Type Name Description
    Suppression suppression
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0