1 write to _options
Aspire.Hosting (1)
Dcp\ContainerCreator.cs (1)
77_options = options;
7 references to _options
Aspire.Hosting (7)
Dcp\ContainerCreator.cs (7)
100if (_options.Value.EnableAspireContainerTunnel) 221if (!_options.Value.EnableAspireContainerTunnel) 390DcpDependencyCheck.CheckDcpInfoAndLogErrors(logger, _options.Value, dcpInfo); 420var useTunnel = _options.Value.EnableAspireContainerTunnel; 481Debug.Assert(_options.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled."); 502if (!_options.Value.EnableAspireContainerTunnel) 681Debug.Assert(_options.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");