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);
4 references to _targetPlatform
Microsoft.NET.Build.Tasks (4)
ResolveReadyToRunCompilers.cs (4)
103_targetPlatform != hostPlatform || 174if ((_targetPlatform == "browser" || _targetPlatform == "wasi") && crossgen2PackVersion.Major < 11) 452string targetOSComponent = (_targetPlatform == "win" ? "win" : "unix");