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