1 write to _forwardingAppWithoutLogging
dotnet (1)
Commands\MSBuild\MSBuildForwardingApp.cs (1)
97_forwardingAppWithoutLogging = new MSBuildForwardingAppWithoutLogging(
5 references to _forwardingAppWithoutLogging
dotnet (5)
Commands\MSBuild\MSBuildForwardingApp.cs (5)
104public IEnumerable<string> MSBuildArguments { get { return _forwardingAppWithoutLogging.GetAllArguments(); } } 108_forwardingAppWithoutLogging.EnvironmentVariable(name, value); 111public ProcessStartInfo GetProcessStartInfo() => _forwardingAppWithoutLogging.GetProcessStartInfo(); 131internal string[] GetArgumentTokensToMSBuild() => _forwardingAppWithoutLogging.GetAllArguments(); 138return _forwardingAppWithoutLogging.Execute();