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)
711
if (!
_fullNameRewrites
.ContainsKey(mapping.Key))
713
_fullNameRewrites
.Add(mapping.Key, mapping.Value);
1058
if (!
_fullNameRewrites
.TryGetValue(framework, out NuGetFramework? result))