4 writes to Scope
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
2270
annotation.
Scope
??= existingAnnotation.Scope;
2319
annotation.
Scope
??= existingAnnotation.Scope;
2361
Scope
= scope,
2367
annotation.
Scope
??= existingAnnotation.Scope;
4 references to Scope
Aspire.Hosting (4)
ApplicationModel\ResourceExtensions.cs (1)
417
scope = caAnnotation.
Scope
.GetValueOrDefault(scope);
ResourceBuilderExtensions.cs (3)
2270
annotation.Scope ??= existingAnnotation.
Scope
;
2319
annotation.Scope ??= existingAnnotation.
Scope
;
2367
annotation.Scope ??= existingAnnotation.
Scope
;