3 references to RuntimePackAssets
Microsoft.Build.Tasks.Core (3)
ResolveManifestFiles.cs (3)
187
if (
RuntimePackAssets
!= null &&
RuntimePackAssets
.Length > 0)
189
_runtimePackAssets =
RuntimePackAssets
.ToDictionary(p => p.ItemSpec, StringComparer.OrdinalIgnoreCase);