1 implementation of TryGetSubSetFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
979
public bool
TryGetSubSetFrameworks
(string frameworkIdentifier, [NotNullWhen(true)] out IEnumerable<string>? subSetFrameworks)
1 reference to TryGetSubSetFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkExpander.cs (1)
103
if (_mappings.
TryGetSubSetFrameworks
(framework.Framework, out IEnumerable<string>? subSetFrameworks))