7 references to Was
ComSvcConfig (7)
Options.cs (2)
225
else if (string.Equals(argValue, Enum.GetName(typeof(Hosting), Hosting.
Was
), StringComparison.OrdinalIgnoreCase))
228
this.hosting = Hosting.
Was
;
Tool.cs (5)
156
else if (options.Hosting == Hosting.
Was
)
297
if (hosting == Hosting.
Was
|| hosting == Hosting.NotSpecified)
1029
case Hosting.
Was
:
1075
case Hosting.
Was
:
1113
case Hosting.
Was
: