3 references to StartKey
Microsoft.AspNetCore.App.Analyzers (3)
RouteEmbeddedLanguage\RoutePatternCompletionProvider.cs (3)
30
private const string StartKey = nameof(
StartKey
);
74
var startString = item.Properties[
StartKey
];
138
properties.Add(
StartKey
, textChange.Span.Start.ToString(CultureInfo.InvariantCulture));