1 write to _shortNameRewrites
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
103_shortNameRewrites = new Dictionary<NuGetFramework, NuGetFramework>();
3 references to _shortNameRewrites
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
Nuget.Frameworks\FrameworkNameProvider.cs (3)
697if (!_shortNameRewrites.ContainsKey(mapping.Key)) 699_shortNameRewrites.Add(mapping.Key, mapping.Value); 1047if (!_shortNameRewrites.TryGetValue(framework, out NuGetFramework? result))