Interface IErrorTypeSymbol
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IErrorTypeSymbol : INamedTypeSymbol, ITypeSymbol, INamespaceOrTypeSymbol, ISymbol, IEquatable<ISymbol?>
Properties
CandidateReason
Declaration
CandidateReason CandidateReason { get; }
Property Value
| Type | Description |
|---|---|
| CandidateReason |
CandidateSymbols
Declaration
ImmutableArray<ISymbol> CandidateSymbols { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ISymbol> |