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