2 writes to RuntimePackLabels
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
1250
RuntimePackLabels
= Array.Empty<string>();
1254
RuntimePackLabels
= runtimePackLabels.Split(';');
2 references to RuntimePackLabels
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
633
return krp.
RuntimePackLabels
.Length == 0;
637
return requiredRuntimePackLabels.SetEquals(krp.
RuntimePackLabels
);