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