1 write to _options
Aspire.Hosting (1)
Dcp\ContainerNetworkEndpointProvisioner.cs (1)
84_options = options;
7 references to _options
Aspire.Hosting (7)
Dcp\ContainerNetworkEndpointProvisioner.cs (7)
101return !_options.Value.EnableAspireContainerTunnel || endpoint.Protocol == ProtocolType.Tcp; 136if (!_options.Value.EnableAspireContainerTunnel) 170var useTunnel = _options.Value.EnableAspireContainerTunnel; 231if (!_options.Value.EnableAspireContainerTunnel) 412Debug.Assert(_options.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled."); 490if (_options.Value.EnableAspireContainerTunnel) 503Debug.Assert(_options.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");