5 references to ShimRuntimeIdentifiers
Microsoft.NET.Build.Tasks (5)
ResolvePackageAssets.cs (5)
491
if (
ShimRuntimeIdentifiers
!= null)
493
foreach (var r in
ShimRuntimeIdentifiers
)
1373
if (_task.
ShimRuntimeIdentifiers
== null || _task.
ShimRuntimeIdentifiers
.Length == 0)
1378
foreach (var runtimeIdentifier in _task.
ShimRuntimeIdentifiers
.Select(r => r.ItemSpec))