2 instantiations of ForwardingAppImplementation
dotnet (1)
ForwardingApp.cs (1)
19private ForwardingAppImplementation _implementation = new ForwardingAppImplementation(
Microsoft.DotNet.Cli.Utils (1)
MSBuildForwardingAppWithoutLogging.cs (1)
118_forwardingApp = new ForwardingAppImplementation(
3 references to ForwardingAppImplementation
dotnet (1)
ForwardingApp.cs (1)
19private ForwardingAppImplementation _implementation = new ForwardingAppImplementation(
Microsoft.DotNet.Cli.Utils (2)
ForwardingAppImplementation.cs (1)
89public ForwardingAppImplementation WithEnvironmentVariable(string name, string? value)
MSBuildForwardingAppWithoutLogging.cs (1)
53private ForwardingAppImplementation? _forwardingApp;