4 references to HasPlatform
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
Nuget.Frameworks\CompatibilityProvider.cs (2)
183
if (isNet6Era && target.
HasPlatform
&& !NuGetFramework.FrameworkNameComparer.Equals(target, candidate))
204
if (target.IsNet5Era && candidate.
HasPlatform
)
Nuget.Frameworks\FrameworkReducer.cs (2)
97
if (isNet6Era && framework.
HasPlatform
&& (
181
&& framework.
HasPlatform
)