4 references to Method
Microsoft.CodeAnalysis.Features (4)
Common\SymbolDisplayPartKindTags.cs (1)
55
SymbolDisplayPartKind.MethodName => TextTags.
Method
,
Common\TaggedText.cs (2)
164
TextTags.
Method
=> ClassificationTypeNames.MethodName,
273
=> parts.Add(new TaggedText(TextTags.
Method
, text));
Common\TextTags.cs (1)
28
public const string Method = nameof(
Method
);