3 references to s_allSwitches
dotnet-svcutil-lib (3)
CommandLineParser.cs (3)
28public static IEnumerable<CommandSwitch> All { get { return s_allSwitches; } } 59System.Diagnostics.Debug.Assert(!s_allSwitches.Any(s => s.Equals(this)), $"A switch with name or abbreviation '{name}+{abbreviation}' has already been crated!"); 61s_allSwitches.Add(this);