4 references to TypeOrNamespaceUsageInfoKey
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (4)
FindReferences\FindReferencesTests.vb (4)
120
Dim typeOrNamespaceUsageInfoKeys = workspace.Documents.SelectMany(Function(d) d.AnnotatedSpans.Keys.Where(Function(key) key.StartsWith(
TypeOrNamespaceUsageInfoKey
)))
127
Dim typeOrNamespaceUsageInfoFieldNames = key.Substring(
TypeOrNamespaceUsageInfoKey
.Length).Split(","c).Select(Function(s) s.Trim)
321
Dim typeOrNamespaceUsageInfoKeys = workspace.Documents.SelectMany(Function(d) d.AnnotatedSpans.Keys.Where(Function(key) key.StartsWith(
TypeOrNamespaceUsageInfoKey
)))
327
Dim typeOrNamespaceUsageInfoFieldNames = key.Substring(
TypeOrNamespaceUsageInfoKey
.Length).Split(","c).Select(Function(s) s.Trim)