1 write to _executionContext
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
118
_executionContext
= executionContext;
2 references to _executionContext
Aspire.Hosting.Radius (2)
Publishing\RadiusInfrastructureBuilder.cs (2)
1122
var context = new EnvironmentCallbackContext(
_executionContext
, resource, cancellationToken: _cancellationToken)
1228
var context = new ValueProviderContext { ExecutionContext =
_executionContext
, Caller = owner };