3 references to RuntimeIdentifier
Microsoft.NET.Build.Tasks (3)
ProcessFrameworkReferences.cs (3)
172
private string? EffectiveRuntimeIdentifier =>
RuntimeIdentifier
== RuntimeIdentifierForPlatformAgnosticComponents ? null :
RuntimeIdentifier
;
857
var runtimeIdentifier =
RuntimeIdentifier
?? RuntimeIdentifierForPlatformAgnosticComponents;