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