2 writes to _useAppHost
Microsoft.Build.Tasks.CodeAnalysis (2)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (2)
73_useAppHost = useAppHost = File.Exists(Path.Combine(GetToolDirectory(), AppHostToolName)); 81internal bool UseAppHost_TestOnly { set => _useAppHost = value; }
1 reference to _useAppHost
Microsoft.Build.Tasks.CodeAnalysis (1)
src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
71if (_useAppHost is not { } useAppHost)