1 write to _fullNameRewrites
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
104_fullNameRewrites = new Dictionary<NuGetFramework, NuGetFramework>();
3 references to _fullNameRewrites
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkNameProvider.cs (3)
711if (!_fullNameRewrites.ContainsKey(mapping.Key)) 713_fullNameRewrites.Add(mapping.Key, mapping.Value); 1058if (!_fullNameRewrites.TryGetValue(framework, out NuGetFramework? result))