18 references to IsPCL
Microsoft.VisualStudio.TestPlatform.ObjectModel (18)
Nuget.Frameworks\CompatibilityProvider.cs (6)
70if (target.IsPCL || candidate.IsPCL) 114if (target.IsPCL && !candidate.IsPCL) 122if (target.IsPCL) 135if (candidate.IsPCL)
Nuget.Frameworks\FrameworkExpander.cs (1)
55if (framework.IsPCL)
Nuget.Frameworks\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");
Nuget.Frameworks\NuGetFramework.cs (1)
232if (IsPCL)