2 references to ToolContext
dotnet-svcutil-lib (2)
CommandProcessorOptions.cs (2)
62
private static readonly List<string> s_cmdLineOverwriteSwitches = new List<string> { Switches.NoLogo.Name, Switches.Verbosity.Name, Switches.
ToolContext
.Name, Switches.ProjectFile.Name, Switches.AcceptCertificate.Name, Switches.ServiceContract.Name };
292
var disallowedContextSwitches = CommandSwitch.All.Where(s => s != Switches.
ToolContext
&& s.SwitchLevel > this.ToolContext && userOptions.Any(o => o.HasSameId(s.Name)));