3 writes to ResourceSnapshot
Aspire.Hosting (2)
ApplicationModel\ResourceNotificationService.cs (2)
672
var newState = annotation.UpdateState(new UpdateCommandStateContext {
ResourceSnapshot
= previousState, ServiceProvider = _serviceProvider });
715
var state = annotation.UpdateState(new UpdateCommandStateContext {
ResourceSnapshot
= previousState, ServiceProvider = serviceProvider });
Aspire.Hosting.Tests (1)
ResourceCommandAnnotationTests.cs (1)
57
ResourceSnapshot
= new CustomResourceSnapshot
3 references to ResourceSnapshot
Aspire.Hosting (3)
ApplicationModel\CommandsConfigurationExtensions.cs (3)
32
var state = context.
ResourceSnapshot
.State?.Text;
65
var state = context.
ResourceSnapshot
.State?.Text;
99
var state = context.
ResourceSnapshot
.State?.Text;