3 references to InsertionTextOnLessThan
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\CompletionProviders\PartialTypeCompletionProvider.cs (3)
28private const string InsertionTextOnLessThan = nameof(InsertionTextOnLessThan); 79=> ImmutableDictionary<string, string>.Empty.Add(InsertionTextOnLessThan, symbol.Name.EscapeIdentifier()); 86if (selectedItem.Properties.TryGetValue(InsertionTextOnLessThan, out var insertionText))