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