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)
1122var context = new EnvironmentCallbackContext(_executionContext, resource, cancellationToken: _cancellationToken) 1228var context = new ValueProviderContext { ExecutionContext = _executionContext, Caller = owner };