1 write to UpdateState
Aspire.Hosting (1)
ApplicationModel\ResourceCommandAnnotation.cs (1)
36UpdateState = updateState;
4 references to UpdateState
Aspire.Hosting (3)
ApplicationModel\ResourceCommandAnnotation.cs (1)
157/// Context for <see cref="ResourceCommandAnnotation.UpdateState"/>.
ApplicationModel\ResourceNotificationService.cs (2)
608var newState = annotation.UpdateState(new UpdateCommandStateContext { ResourceSnapshot = previousState, ServiceProvider = _serviceProvider }); 651var state = annotation.UpdateState(new UpdateCommandStateContext { ResourceSnapshot = previousState, ServiceProvider = serviceProvider });
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
56var state = startCommand.UpdateState(new UpdateCommandStateContext