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