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