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