4 references to GetPlatformExclusionList
Microsoft.NET.Build.Tasks (4)
ProjectContext.cs (2)
100allExclusionList.UnionWith(_lockFileTarget.GetPlatformExclusionList(PlatformLibrary, libraryLookup)); 109allExclusionList.UnionWith(_lockFileTarget.GetPlatformExclusionList(library, libraryLookup));
ResolvePackageAssets.cs (2)
1906copyLocalPackageExclusions.UnionWith(_runtimeTarget.GetPlatformExclusionList(platformLibrary, libraryLookup)); 1915copyLocalPackageExclusions.UnionWith(_runtimeTarget.GetPlatformExclusionList(library, libraryLookup));