4 references to IsAgnostic
NuGet.CommandLine.XPlat (2)
_generated\5\PackageSearchJsonContext.NuGetFramework.g.cs (2)
325Getter = static obj => ((global::NuGet.Frameworks.NuGetFramework)obj).IsAgnostic, 408writer.WriteBoolean(PropName_IsAgnostic, ((global::NuGet.Frameworks.NuGetFramework)value).IsAgnostic);
NuGet.Frameworks (2)
CompatibilityProvider.cs (1)
99if (candidate.IsAgnostic)
NuGetFramework.cs (1)
398get { return !IsAgnostic && !IsAny && !IsUnsupported; }