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