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)
101
return !
_options
.Value.EnableAspireContainerTunnel || endpoint.Protocol == ProtocolType.Tcp;
136
if (!
_options
.Value.EnableAspireContainerTunnel)
170
var useTunnel =
_options
.Value.EnableAspireContainerTunnel;
231
if (!
_options
.Value.EnableAspireContainerTunnel)
412
Debug.Assert(
_options
.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");
490
if (
_options
.Value.EnableAspireContainerTunnel)
503
Debug.Assert(
_options
.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");