3 references to NewTextKey
Microsoft.AspNetCore.App.Analyzers (3)
RouteEmbeddedLanguage\RoutePatternCompletionProvider.cs (3)
32
private const string NewTextKey = nameof(
NewTextKey
);
76
var newText = item.Properties[
NewTextKey
];
140
properties.Add(
NewTextKey
, textChange.NewText ?? string.Empty);