3 references to ExtractTargetPlatformAndArchitecture
Crossgen2Tasks (3)
ResolveReadyToRunCompilers.cs (3)
114
if (!
ExtractTargetPlatformAndArchitecture
(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture) ||
115
!
ExtractTargetPlatformAndArchitecture
(_hostRuntimeIdentifier, out string hostPlatform, out _) ||
145
bool isSupportedTarget =
ExtractTargetPlatformAndArchitecture
(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture);