4 references to ErrorType
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
45
SymbolDisplayPartKind.ErrorTypeName => TextTags.
ErrorType
,
Common\TaggedText.cs (2)
212
case TextTags.
ErrorType
:
312
=> parts.Add(new TaggedText(TextTags.
ErrorType
, text));
Common\TextTags.cs (1)
20
public const string ErrorType = nameof(
ErrorType
);