4 references to RuntimePackRuntimeIdentifiers
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (3)
302
targetingPack.SetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
, selectedRuntimePack?.RuntimePackRuntimeIdentifiers);
1330
public string RuntimePackRuntimeIdentifiers => _item.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);
1361
public readonly string RuntimePackRuntimeIdentifiers => item.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);
ResolveReadyToRunCompilers.cs (1)
126
string supportedRuntimeIdentifiers = targetingPack?.GetMetadata(MetadataKeys.
RuntimePackRuntimeIdentifiers
);