4 references to RuntimeIdentifierForPlatformAgnosticComponents
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
172
private string? EffectiveRuntimeIdentifier => RuntimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
? null : RuntimeIdentifier;
392
ProcessRuntimeIdentifier(EffectiveRuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
, runtimePackForRuntimeIDProcessing, runtimePackVersion, additionalFrameworkReferencesForRuntimePack,
409
if (runtimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
)
857
var runtimeIdentifier = RuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
;