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