Search Results for

    Show / Hide Table of Contents

    Class SuppressionInfo

    Inheritance
    object
    SuppressionInfo
    Inherited Members
    object.GetType()
    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 sealed class SuppressionInfo

    Properties

    Attribute

    Declaration
    public AttributeData? Attribute { get; }
    Property Value
    Type Description
    AttributeData

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    string

    ProgrammaticSuppressions

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