3 types derived from ForwardingApp
dotnet-aot (3)
parent\dotnet\Commands\Format\FormatForwardingApp.cs (1)
9
:
ForwardingApp
(
parent\dotnet\Commands\Fsi\FsiForwardingApp.cs (1)
10
public class FsiForwardingApp(string[] arguments) :
ForwardingApp
(GetFsiAppPath(), processArguments(arguments))
parent\dotnet\Commands\Test\VSTest\VSTestForwardingApp.cs (1)
10
public class VSTestForwardingApp :
ForwardingApp
1 instantiation of ForwardingApp
dotnet-aot (1)
parent\dotnet\NuGetForwardingApp.cs (1)
17
_forwardingApp = new
ForwardingApp
(
3 references to ForwardingApp
dotnet-aot (3)
parent\dotnet\ForwardingApp.cs (1)
32
public
ForwardingApp
WithEnvironmentVariable(string name, string value)
parent\dotnet\NuGetForwardingApp.cs (1)
13
private readonly
ForwardingApp
_forwardingApp;
parent\dotnet\NuGetSignatureVerificationEnabler.cs (1)
17
public static void ConditionallyEnable(
ForwardingApp
forwardingApp, IEnvironmentProvider? environmentProvider = null)