1 instantiation of ApplicationState
dotnet-aot (1)
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (1)
49application = new ApplicationState(module, targetFramework, architecture);
2 references to ApplicationState
dotnet-aot (2)
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingManager.cs (2)
15private readonly Dictionary<TestModule, ApplicationState> _applications = []; 47if (!_applications.TryGetValue(module, out ApplicationState? application))