30 references to Instance
Aspire.Hosting (30)
Dcp\ApplicationExecutor.cs (10)
124AspireEventSource.Instance.DcpModelCreationStart(); 162AspireEventSource.Instance.DcpModelCreationStop(); 874AspireEventSource.Instance.DcpServicesCreationStart(); 954AspireEventSource.Instance.DcpServicesCreationStop(); 1216AspireEventSource.Instance.DcpExecutablesCreateStart(); 1281AspireEventSource.Instance.DcpExecutablesCreateStop(); 1539AspireEventSource.Instance.DcpContainersCreateStart(); 1596AspireEventSource.Instance.DcpContainersCreateStop(); 1991AspireEventSource.Instance.DcpModelCleanupStart(); 2004AspireEventSource.Instance.DcpModelCleanupStop();
Dcp\DcpDependencyCheck.cs (2)
137AspireEventSource.Instance.DcpVersionCheckStart(); 171AspireEventSource.Instance.DcpVersionCheckStop();
Dcp\DcpHostService.cs (8)
92AspireEventSource.Instance.ContainerRuntimeHealthCheckStart(); 100AspireEventSource.Instance?.ContainerRuntimeHealthCheckStop(); 147AspireEventSource.Instance.DcpApiServerLaunchStart(); 156AspireEventSource.Instance.DcpLogSocketCreateStart(); 170AspireEventSource.Instance.DcpLogSocketCreateStop(); 177AspireEventSource.Instance.DcpApiServerLaunchStop(); 378AspireEventSource.Instance.DcpHostStartupStop(); 384AspireEventSource.Instance.DcpHostStartupStart();
Dcp\KubernetesService.cs (4)
346AspireEventSource.Instance.DcpApiCallStart(operationType, resourceType); 362AspireEventSource.Instance.DcpApiCallTimeout(operationType, resourceType); 368AspireEventSource.Instance.DcpApiCallRetry(operationType, resourceType); 374AspireEventSource.Instance.DcpApiCallStop(operationType, resourceType);
Dcp\Process\ProcessUtil.cs (2)
89AspireEventSource.Instance.ProcessLaunchStart(processSpec.ExecutablePath, processSpec.Arguments ?? ""); 116AspireEventSource.Instance.ProcessLaunchStop(processSpec.ExecutablePath, processSpec.Arguments ?? "");
DistributedApplication.cs (2)
345AspireEventSource.Instance.AppBeforeStartHooksStart(); 363AspireEventSource.Instance.AppBeforeStartHooksStop();
DistributedApplicationBuilder.cs (2)
396AspireEventSource.Instance.DistributedApplicationBuildStart(); 419AspireEventSource.Instance.DistributedApplicationBuildStop();