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)
100
if (
_options
.Value.EnableAspireContainerTunnel)
221
if (!
_options
.Value.EnableAspireContainerTunnel)
390
DcpDependencyCheck.CheckDcpInfoAndLogErrors(logger,
_options
.Value, dcpInfo);
420
var useTunnel =
_options
.Value.EnableAspireContainerTunnel;
481
Debug.Assert(
_options
.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");
502
if (!
_options
.Value.EnableAspireContainerTunnel)
681
Debug.Assert(
_options
.Value.EnableAspireContainerTunnel, "This method should only be called if the container tunnel feature is enabled.");