1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
96_forwardingAppWithoutLogging = new MSBuildForwardingAppWithoutLogging(
5 references to _forwardingAppWithoutLogging
dotnet (5)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
103public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 107_forwardingAppWithoutLogging.EnvironmentVariable(name, value); 110public ProcessStartInfo GetProcessStartInfo() => _forwardingAppWithoutLogging.GetProcessStartInfo(); 122internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments(); 129return _forwardingAppWithoutLogging.Execute();