3 instantiations of UpdateCommandStateContext
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (2)
416
var newState = annotation.UpdateState(new
UpdateCommandStateContext
{ ResourceSnapshot = previousState, ServiceProvider = _serviceProvider });
459
var state = annotation.UpdateState(new
UpdateCommandStateContext
{ ResourceSnapshot = previousState, ServiceProvider = serviceProvider });
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
46
var state = startCommand.UpdateState(new
UpdateCommandStateContext
3 references to UpdateCommandStateContext
Aspire.Hosting (3)
ApplicationModel\ResourceCommandAnnotation.cs (2)
20
Func<
UpdateCommandStateContext
, ResourceCommandState> updateState,
60
public Func<
UpdateCommandStateContext
, ResourceCommandState> UpdateState { get; }
ResourceBuilderExtensions.cs (1)
988
Func<
UpdateCommandStateContext
, ResourceCommandState>? updateState = null,