3 references to DescriptionKey
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (3)
31
private const string DescriptionKey = nameof(
DescriptionKey
);
107
properties.Add(
DescriptionKey
, embeddedItem.FullDescription);
465
if (!item.Properties.TryGetValue(
DescriptionKey
, out var description))