1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
54_forwardingAppWithoutLogging = new MSBuildForwardingAppWithoutLogging(
7 references to _forwardingAppWithoutLogging
dotnet (7)
Commands\MSBuild\MSBuildForwardingApp.cs (7)
59public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 63_forwardingAppWithoutLogging.EnvironmentVariable(name, value); 70return _forwardingAppWithoutLogging.GetProcessStartInfo(); 83internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments(); 92if (_forwardingAppWithoutLogging.ExecuteMSBuildOutOfProc) 100string[] arguments = _forwardingAppWithoutLogging.GetAllArguments(); 101exitCode = _forwardingAppWithoutLogging.ExecuteInProc(arguments);