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