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. 92public readonly CommandSwitch Update = new CommandSwitch(UpdateServiceReferenceKey, "u", SwitchType.FlagOrSingletonValue, OperationalContext.Project); 345if (this.ToolContext == OperationalContext.Project) 353if (this.ToolContext != OperationalContext.Project) 451if (this.ToolContext == OperationalContext.Project && this.Project != null && 472if (this.ToolContext == OperationalContext.Project)