2 instantiations of AzureControllerState
Aspire.Hosting.Azure (2)
AzureProvisioningController.cs (2)
2374=> new(new AzureControllerStatus(currentIntent, activeOperation)); 4313public static AzureControllerState Empty { get; } = new(new AzureControllerStatus(null, null));
4 references to AzureControllerState
Aspire.Hosting.Azure (4)
AzureProvisioningController.cs (4)
137private AzureControllerState _state = AzureControllerState.Empty; 2373private static AzureControllerState CreateControllerState(AzureIntent? currentIntent, ActiveAzureOperation? activeOperation) 4313public static AzureControllerState Empty { get; } = new(new AzureControllerStatus(null, null));