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)
1991copyLocalPackageExclusions.UnionWith(_runtimeTarget.GetPlatformExclusionList(platformLibrary, libraryLookup)); 2000copyLocalPackageExclusions.UnionWith(_runtimeTarget.GetPlatformExclusionList(library, libraryLookup));