8 references to IsAny
Microsoft.VisualStudio.TestPlatform.ObjectModel (8)
Nuget.Frameworks\CompatibilityProvider.cs (2)
88
if (target.
IsAny
89
|| candidate.
IsAny
)
Nuget.Frameworks\FrameworkReducer.cs (1)
53
if (nearest == null || nearest.
IsAny
)
Nuget.Frameworks\NuGetFramework.cs (1)
397
get { return !IsAgnostic && !
IsAny
&& !IsUnsupported; }
Nuget.Frameworks\NuGetFrameworkSorter.cs (4)
43
if (x.
IsAny
44
&& !y.
IsAny
)
49
if (!x.
IsAny
50
&& y.
IsAny
)