1 write to _implementation
dotnet-aot (1)
parent\dotnet\ForwardingApp.cs (1)
34_implementation = _implementation.WithEnvironmentVariable(name, value);
3 references to _implementation
dotnet-aot (3)
parent\dotnet\ForwardingApp.cs (3)
29return _implementation.GetProcessStartInfo(); 34_implementation = _implementation.WithEnvironmentVariable(name, value); 40return _implementation.Execute();