8 references to IsUpdateOperation
dotnet-svcutil-lib (8)
CommandProcessorOptions.cs (5)
297
if (
IsUpdateOperation
)
394
this.OutputDir =
IsUpdateOperation
?
437
if (!
IsUpdateOperation
&& this.ToolContext <= OperationalContext.Global && File.Exists(filePath))
463
if (
IsUpdateOperation
)
611
(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() },
317
if (!(options.
IsUpdateOperation
|| options.NoProjectUpdates == true))