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