4 references to RuntimeIdentifierForPlatformAgnosticComponents
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
174
private string? EffectiveRuntimeIdentifier => RuntimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
? null : RuntimeIdentifier;
394
ProcessRuntimeIdentifier(EffectiveRuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
, runtimePackForRuntimeIDProcessing, runtimePackVersion, additionalFrameworkReferencesForRuntimePack,
411
if (runtimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
)
859
var runtimeIdentifier = RuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
;