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