3 references to LengthKey
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexEmbeddedCompletionProvider.cs (3)
29
private const string LengthKey = nameof(
LengthKey
);
101
properties.Add(KeyValuePairUtil.Create(
LengthKey
, textChange.Span.Length.ToString()));
449
var lengthString = item.GetProperty(
LengthKey
);