1 write to _identifierSynonyms
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
88_identifierSynonyms = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
5 references to _identifierSynonyms
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Nuget.Frameworks\FrameworkNameProvider.cs (5)
136return TryConvertOrNormalize(framework, _identifierSynonyms, _identifierToShortName, out identifier); 852if (!_identifierSynonyms.ContainsKey(pair.Key)) 854_identifierSynonyms.Add(pair.Key, pair.Value); 869if (!_identifierSynonyms.ContainsKey(pair.Value)) 871_identifierSynonyms.Add(pair.Value, pair.Key);