1 instantiation of ContainerRuntimeArgsCallbackAnnotation
Aspire.Hosting (1)
ContainerResourceBuilderExtensions.cs (1)
262
var annotation = new
ContainerRuntimeArgsCallbackAnnotation
(callback);
5 references to ContainerRuntimeArgsCallbackAnnotation
Aspire.Hosting (5)
ApplicationModel\ContainerRuntimeArgsCallbackAnnotation.cs (2)
15
/// Initializes a new instance of the <see cref="
ContainerRuntimeArgsCallbackAnnotation
"/> class with the specified callback action.
26
/// Initializes a new instance of the <see cref="
ContainerRuntimeArgsCallbackAnnotation
"/> class with the specified callback action.
ContainerResourceBuilderExtensions.cs (1)
262
var
annotation = new ContainerRuntimeArgsCallbackAnnotation(callback);
Dcp\ApplicationExecutor.cs (2)
1664
if (modelContainerResource.TryGetAnnotationsOfType<
ContainerRuntimeArgsCallbackAnnotation
>(out var runArgsCallback))
1672
foreach (
var
callback in runArgsCallback)