4 references to _methodsNavigationDataForType
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Navigation\PortableSymbolReader.cs (4)
46
foreach (var methodsNavigationData in
_methodsNavigationDataForType
.Values)
51
_methodsNavigationDataForType
.Clear();
68
if (
_methodsNavigationDataForType
.TryGetValue(declaringTypeName, out var methodDict)
127
_methodsNavigationDataForType
[type.FullName!] = methodsNavigationData;