2 writes to _targetPlatform
Microsoft.NET.Build.Tasks (2)
ResolveReadyToRunCompilers.cs (2)
101
if (!ExtractTargetPlatformAndArchitecture(_targetRuntimeIdentifier, out
_targetPlatform
, out _targetArchitecture) ||
161
bool isSupportedTarget = ExtractTargetPlatformAndArchitecture(_targetRuntimeIdentifier, out
_targetPlatform
, out _targetArchitecture);
4 references to _targetPlatform
Microsoft.NET.Build.Tasks (4)
ResolveReadyToRunCompilers.cs (4)
103
_targetPlatform
!= hostPlatform ||
174
if ((
_targetPlatform
== "browser" ||
_targetPlatform
== "wasi") && crossgen2PackVersion.Major < 11)
452
string targetOSComponent = (
_targetPlatform
== "win" ? "win" : "unix");