3 references to DescriptionKey
Microsoft.AspNetCore.App.Analyzers (3)
RouteEmbeddedLanguage\RoutePatternCompletionProvider.cs (3)
34
private const string DescriptionKey = nameof(
DescriptionKey
);
62
if (!item.Properties.TryGetValue(
DescriptionKey
, out var description))
141
properties.Add(
DescriptionKey
, embeddedItem.FullDescription);