8 references to IsUpdateOperation
dotnet-svcutil-lib (8)
CommandProcessorOptions.cs (5)
299
if (
IsUpdateOperation
)
396
this.OutputDir =
IsUpdateOperation
?
439
if (!
IsUpdateOperation
&& this.ToolContext <= OperationalContext.Global && File.Exists(filePath))
465
if (
IsUpdateOperation
)
613
(this.
IsUpdateOperation
|| this.TypeReuseMode == Svcutil.TypeReuseMode.All);
Tool.cs (3)
113
var operationMessage = (options.
IsUpdateOperation
? "Update" : "Add") + " web service reference operation started!";
179
{ "IsUpdate", (options?.
IsUpdateOperation
).ToString() },
302
if (!(options.
IsUpdateOperation
|| options.NoProjectUpdates == true))