3 writes to ResourceSnapshot
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (2)
608
var newState = annotation.UpdateState(new UpdateCommandStateContext {
ResourceSnapshot
= previousState, ServiceProvider = _serviceProvider });
651
var state = annotation.UpdateState(new UpdateCommandStateContext {
ResourceSnapshot
= previousState, ServiceProvider = serviceProvider });
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
58
ResourceSnapshot
= new CustomResourceSnapshot
3 references to ResourceSnapshot
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
31
var state = context.
ResourceSnapshot
.State?.Text;
64
var state = context.
ResourceSnapshot
.State?.Text;
98
var state = context.
ResourceSnapshot
.State?.Text;