8 references to IsUpdateOperation
dotnet-svcutil-lib (8)
CommandProcessorOptions.cs (5)
298
if (
IsUpdateOperation
)
395
this.OutputDir =
IsUpdateOperation
?
438
if (!
IsUpdateOperation
&& this.ToolContext <= OperationalContext.Global && File.Exists(filePath))
464
if (
IsUpdateOperation
)
612
(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))