1 type derived from SnippetFieldPart
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\XmlSnippetParser.ParsedXmlSnippet.cs (1)
42: SnippetFieldPart(FieldName, DefaultText, EditIndex)
1 instantiation of SnippetFieldPart
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (1)
246? new SnippetFieldPart(field.ID, field.Default, fieldIndex)
4 references to SnippetFieldPart
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Handler\InlineCompletions\InlineCompletionsHandler.cs (3)
245private static async Task<(string ReplacedSnippetText, ImmutableDictionary<SnippetFieldPart, ImmutableArray<TextSpan>> Fields, TextSpan? CaretSpan)> GetReplacedSnippetTextAsync( 260var fieldOffsets = new Dictionary<SnippetFieldPart, ImmutableArray<TextSpan>>(); 283if (part is SnippetFieldPart fieldPart && fieldPart.EditIndex != null)
Handler\InlineCompletions\XmlSnippetParser.CodeSnippet.cs (1)
245var fieldPart = string.IsNullOrEmpty(field.FunctionName)