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