Search Results for

    Show / Hide Table of Contents

    Struct SymbolInfo

    Implements
    IEquatable<SymbolInfo>
    Inherited Members
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct SymbolInfo : IEquatable<SymbolInfo>

    Properties

    CandidateReason

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

    CandidateSymbols

    Declaration
    public ImmutableArray<ISymbol> CandidateSymbols { get; }
    Property Value
    Type Description
    ImmutableArray<ISymbol>

    Symbol

    Declaration
    public ISymbol? Symbol { get; }
    Property Value
    Type Description
    ISymbol

    Methods

    Equals(SymbolInfo)

    Declaration
    public bool Equals(SymbolInfo other)
    Parameters
    Type Name Description
    SymbolInfo other
    Returns
    Type Description
    bool

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    ValueType.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    ValueType.GetHashCode()

    Implements

    IEquatable<T>
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0