4 references to RuntimeIdentifierForPlatformAgnosticComponents
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
180
private string? EffectiveRuntimeIdentifier => RuntimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
? null : RuntimeIdentifier;
400
ProcessRuntimeIdentifier(EffectiveRuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
, runtimePackForRuntimeIDProcessing, runtimePackVersion, additionalFrameworkReferencesForRuntimePack,
417
if (runtimeIdentifier ==
RuntimeIdentifierForPlatformAgnosticComponents
)
883
var runtimeIdentifier = RuntimeIdentifier ??
RuntimeIdentifierForPlatformAgnosticComponents
;