1 write to _forwardingApp
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
83_forwardingApp = new ForwardingAppImplementation(
6 references to _forwardingApp
Microsoft.DotNet.Cli.Utils (6)
MSBuildForwardingAppWithoutLogging.cs (6)
41public bool ExecuteMSBuildOutOfProc => _forwardingApp != null; 91Debug.Assert(_forwardingApp != null, "Can't get ProcessStartInfo when not executing out-of-proc"); 92return _forwardingApp.GetProcessStartInfo(); 118if (_forwardingApp != null) 120_forwardingApp.WithEnvironmentVariable(name, value); 141if (_forwardingApp != null)