1 write to PlatformLibrary
Microsoft.NET.Build.Tasks (1)
ProjectContext.cs (1)
85
PlatformLibrary
= platformLibrary;
6 references to PlatformLibrary
Microsoft.NET.Build.Tasks (6)
DependencyContextBuilder.cs (1)
89
_platformLibrary = projectContext.
PlatformLibrary
?.Name;
GenerateRuntimeConfigurationFiles.cs (1)
140
projectContext.
PlatformLibrary
,
ProjectContext.cs (4)
98
if (IsFrameworkDependent &&
PlatformLibrary
!= null)
100
allExclusionList.UnionWith(_lockFileTarget.GetPlatformExclusionList(
PlatformLibrary
, libraryLookup));
104
if (
PlatformLibrary
.Name.Length > 0 && !string.Equals(
PlatformLibrary
.Name, NetCorePlatformLibrary, StringComparison.OrdinalIgnoreCase))