1 instantiation of ExpansionField
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (1)
163
_tokens.Add(new
ExpansionField
(
3 references to ExpansionField
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (3)
127
private readonly List<
ExpansionField
> _tokens = [];
240
var
field = FindField(fieldName);
281
private
ExpansionField
? FindField(string fieldName)