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.
91
public readonly CommandSwitch Update = new CommandSwitch(UpdateServiceReferenceKey, "u", SwitchType.FlagOrSingletonValue, OperationalContext.
Project
);
344
if (this.ToolContext == OperationalContext.
Project
)
352
if (this.ToolContext != OperationalContext.
Project
)
450
if (this.ToolContext == OperationalContext.
Project
&& this.Project != null &&
471
if (this.ToolContext == OperationalContext.
Project
)