9 references to IsUnsupported
Microsoft.VisualStudio.TestPlatform.ObjectModel (9)
Framework.cs (1)
102
if (nugetFramework.
IsUnsupported
)
Nuget.Frameworks\CompatibilityProvider.cs (2)
94
if (target.
IsUnsupported
)
104
if (candidate.
IsUnsupported
)
Nuget.Frameworks\NuGetFramework.cs (1)
397
get { return !IsAgnostic && !IsAny && !
IsUnsupported
; }
Nuget.Frameworks\NuGetFrameworkFullComparer.cs (1)
40
&& !x.
IsUnsupported
;
Nuget.Frameworks\NuGetFrameworkSorter.cs (4)
56
if (x.
IsUnsupported
57
&& !y.
IsUnsupported
)
62
if (!x.
IsUnsupported
63
&& y.
IsUnsupported
)