22 references to IsPCL
Microsoft.DotNet.Build.Tasks.Packaging (1)
GeneratePackageReport.cs (1)
129
if (!FrameworkUtilities.IsGenerationMoniker(fx) && !fx.
IsPCL
)
NuGet.CommandLine.XPlat (2)
_generated\5\PackageSearchJsonContext.NuGetFramework.g.cs (2)
245
Getter = static obj => ((global::NuGet.Frameworks.NuGetFramework)obj).
IsPCL
,
404
writer.WriteBoolean(PropName_IsPCL, ((global::NuGet.Frameworks.NuGetFramework)value).
IsPCL
);
NuGet.Frameworks (19)
CompatibilityListProvider.cs (1)
43
var lookup = frameworks.ToLookup(f => f.
IsPCL
);
CompatibilityProvider.cs (6)
70
if (target.
IsPCL
|| candidate.
IsPCL
)
114
if (target.
IsPCL
&& !candidate.
IsPCL
)
122
if (target.
IsPCL
)
135
if (candidate.
IsPCL
)
FrameworkExpander.cs (1)
55
if (framework.
IsPCL
)
FrameworkReducer.cs (10)
115
if (reduced.Any(f => f.
IsPCL
)
116
&& reduced.Any(f => !f.
IsPCL
))
118
reduced = reduced.Where(f => !f.
IsPCL
);
120
else if (reduced.All(f => f.
IsPCL
))
123
if (framework.
IsPCL
)
156
&& !reduced.Any(f => f.
IsPCL
))
359
Debug.Assert(allPclFrameworks.All(f => !f.
IsPCL
), "a PCL returned a PCL as its profile framework");
390
Debug.Assert(!sub.
IsPCL
, "a PCL returned a PCL as its profile framework");
478
Debug.Assert(considering.
IsPCL
&& current.
IsPCL
, "This method should be used only to compare PCLs");
NuGetFramework.cs (1)
232
if (
IsPCL
)