3 references to DescriptionKey
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (3)
32
private const string DescriptionKey = nameof(
DescriptionKey
);
103
properties.Add(KeyValuePairUtil.Create(
DescriptionKey
, embeddedItem.FullDescription));
462
if (!item.TryGetProperty(
DescriptionKey
, out var description))