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