7 references to Project
dotnet-svcutil-lib (7)
CommandLineParser.cs (1)
25public const OperationalContext DefaultSwitchLevel = OperationalContext.Project;
CommandProcessorOptions.cs (6)
80public readonly CommandSwitch NoTypeReuse = new CommandSwitch("noTypeReuse", "ntr", SwitchType.Flag, OperationalContext.Project); // this maps to TypeReuseMode, for the command line a flag makes more sense. 91public readonly CommandSwitch Update = new CommandSwitch(UpdateServiceReferenceKey, "u", SwitchType.FlagOrSingletonValue, OperationalContext.Project); 344if (this.ToolContext == OperationalContext.Project) 352if (this.ToolContext != OperationalContext.Project) 450if (this.ToolContext == OperationalContext.Project && this.Project != null && 471if (this.ToolContext == OperationalContext.Project)