3 references to ExtractTargetPlatformAndArchitecture
Microsoft.NET.Build.Tasks (3)
ResolveReadyToRunCompilers.cs (3)
101
if (!
ExtractTargetPlatformAndArchitecture
(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture) ||
102
!
ExtractTargetPlatformAndArchitecture
(_hostRuntimeIdentifier, out string hostPlatform, out Architecture hostArchitecture) ||
161
bool isSupportedTarget =
ExtractTargetPlatformAndArchitecture
(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture);