5 references to ShimRuntimeIdentifiers
Microsoft.NET.Build.Tasks (5)
ResolvePackageAssets.cs (5)
494
if (
ShimRuntimeIdentifiers
!= null)
496
foreach (var r in
ShimRuntimeIdentifiers
)
1376
if (_task.
ShimRuntimeIdentifiers
== null || _task.
ShimRuntimeIdentifiers
.Length == 0)
1381
foreach (var runtimeIdentifier in _task.
ShimRuntimeIdentifiers
.Select(r => r.ItemSpec))