3 references to NewTextKey
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\DateAndTime\DateAndTimeEmbeddedCompletionProvider.cs (3)
23
private const string NewTextKey = nameof(
NewTextKey
);
115
properties.Add(
NewTextKey
, textChange.NewText!);
219
var newText = item.Properties[
NewTextKey
];