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