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