2 writes to IsTargetPlatformInferred
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
RunSettings\RunConfiguration.cs (2)
100
IsTargetPlatformInferred
= true;
1071
runConfiguration.
IsTargetPlatformInferred
= boolValue;
2 references to IsTargetPlatformInferred
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
209
_isDefaultTargetArchitecture = runConfiguration.
IsTargetPlatformInferred
;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
RunSettings\RunConfiguration.cs (1)
1056
case nameof(
IsTargetPlatformInferred
):