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