4 references to AdditionalPropertyKey
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
FindReferences\FindReferencesTests.vb (4)
142
Dim annotationKey =
AdditionalPropertyKey
+ propertyName + "." + propertyValue
167
Dim additionalPropertyKeys = workspace.Documents.SelectMany(Function(d) d.AnnotatedSpans.Keys.Where(Function(key) key.StartsWith(
AdditionalPropertyKey
)).Select(Function(key) key.Substring(
AdditionalPropertyKey
.Length)))
345
Dim annotationKey =
AdditionalPropertyKey
+ propertyName + "." + propertyValue