28 references to Instance
Aspire.Hosting (28)
Dcp\DcpDependencyCheck.cs (2)
140AspireEventSource.Instance.DcpVersionCheckStart(); 175AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpExecutor.cs (8)
115AspireEventSource.Instance.DcpModelCreationStart(); 150AspireEventSource.Instance.DcpModelCreationStop(); 638AspireEventSource.Instance.DcpServicesCreationStart(); 700AspireEventSource.Instance.DcpServicesCreationStop(); 967AspireEventSource.Instance.DcpExecutablesCreateStart(); 1035AspireEventSource.Instance.DcpExecutablesCreateStop(); 1213AspireEventSource.Instance.DcpContainersCreateStart(); 1276AspireEventSource.Instance.DcpContainersCreateStop();
Dcp\DcpHost.cs (6)
78AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 117AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop(); 130AspireEventSource.Instance.DcpApiServerLaunchStart(); 139AspireEventSource.Instance.DcpLogSocketCreateStart(); 157AspireEventSource.Instance.DcpLogSocketCreateStop(); 164AspireEventSource.Instance.DcpApiServerLaunchStop();
Dcp\KubernetesService.cs (4)
469AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 483AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType); 504AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 517AspireEventSource.Instance.DcpApiCallRetry(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
89AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 116AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
462AspireEventSource.Instance.AppBeforeStartHooksStart(); 480AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
552AspireEventSource.Instance.DistributedApplicationBuildStart(); 575AspireEventSource.Instance.DistributedApplicationBuildStop();
Orchestrator\OrchestratorHostService.cs (2)
72AspireEventSource.Instance.DcpHostStartupStop(); 78AspireEventSource.Instance.DcpHostStartupStart();