9 references to Complus
ComSvcConfig (9)
EndpointConfigContainer.cs (1)
717
if (Tool.Options.Hosting == Hosting.
Complus
|| Tool.Options.Hosting == Hosting.NotSpecified)
Options.cs (2)
221
if (string.Equals(argValue, Enum.GetName(typeof(Hosting), Hosting.
Complus
), StringComparison.OrdinalIgnoreCase))
223
this.hosting = Hosting.
Complus
;
Tool.cs (6)
148
if (options.Hosting == Hosting.
Complus
)
270
if (hosting == Hosting.
Complus
|| hosting == Hosting.NotSpecified)
1017
case Hosting.
Complus
:
1063
case Hosting.
Complus
:
1101
case Hosting.
Complus
:
1127
if (hosting == Hosting.
Complus
)