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