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)
697
if (!
_shortNameRewrites
.ContainsKey(mapping.Key))
699
_shortNameRewrites
.Add(mapping.Key, mapping.Value);
1047
if (!
_shortNameRewrites
.TryGetValue(framework, out NuGetFramework? result))