4 references to RuntimePackRuntimeIdentifiers
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (3)
272
targetingPack.SetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
, selectedRuntimePack?.RuntimePackRuntimeIdentifiers);
1222
public string RuntimePackRuntimeIdentifiers => _item.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);
1266
public string RuntimePackRuntimeIdentifiers => _item.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);
ResolveReadyToRunCompilers.cs (1)
126
string supportedRuntimeIdentifiers = targetingPack?.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);