4 references to ErrorType
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
45
SymbolDisplayPartKind.ErrorTypeName => TextTags.
ErrorType
,
Common\TaggedText.cs (2)
168
TextTags.Alias or TextTags.Assembly or TextTags.
ErrorType
or TextTags.RangeVariable => ClassificationTypeNames.Identifier,
240
=> parts.Add(new TaggedText(TextTags.
ErrorType
, text));
Common\TextTags.cs (1)
20
public const string ErrorType = nameof(
ErrorType
);