5 references to PlaceholderSnippetField
Microsoft.VisualStudio.LanguageServices (5)
Snippets\SnippetExpansionClient.cs (5)
667template.Append($"${PlaceholderSnippetField}$"); 670new XElement(snippetNamespace + "ID", new XText(PlaceholderSnippetField)), 837var firstField = _state._method?.Parameters.FirstOrDefault()?.Name ?? PlaceholderSnippetField; 847var lastField = _state._method?.Parameters.LastOrDefault()?.Name ?? PlaceholderSnippetField; 869if (ExpansionSession.GetFieldValue(PlaceholderSnippetField, out var placeholderValue) == VSConstants.S_OK &&