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