1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
48_forwardingAppWithoutLogging = new MSBuildForwardingAppWithoutLogging(
8 references to _forwardingAppWithoutLogging
dotnet (8)
Commands\MSBuild\MSBuildForwardingApp.cs (8)
60public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 64_forwardingAppWithoutLogging.EnvironmentVariable(name, value); 71return _forwardingAppWithoutLogging.GetProcessStartInfo(); 84internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments(); 93if (_forwardingAppWithoutLogging.ExecuteMSBuildOutOfProc) 104string[] arguments = _forwardingAppWithoutLogging.GetAllArguments(); 108_forwardingAppWithoutLogging.MSBuildPath, 111exitCode = _forwardingAppWithoutLogging.ExecuteInProc(arguments);