2 writes to _targetPlatform
Microsoft.NET.Build.Tasks (2)
ResolveReadyToRunCompilers.cs (2)
101if (!ExtractTargetPlatformAndArchitecture(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture) || 161bool isSupportedTarget = ExtractTargetPlatformAndArchitecture(_targetRuntimeIdentifier, out _targetPlatform, out _targetArchitecture);
2 references to _targetPlatform
Microsoft.NET.Build.Tasks (2)
ResolveReadyToRunCompilers.cs (2)
103_targetPlatform != hostPlatform || 430string targetOSComponent = (_targetPlatform == "win" ? "win" : "unix");