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)
127private readonly List<ExpansionField> _tokens = []; 240var field = FindField(fieldName); 281private ExpansionField? FindField(string fieldName)