7 references to WCFCSUpdateOptions
dotnet-svcutil-lib (6)
CommandProcessorOptions.cs (2)
546
var
wcfOptions =
WCFCSUpdateOptions
.FromFile(paramsFilePath);
Shared\Options\WCFCSUpdateOptions.cs (4)
60
public static new
WCFCSUpdateOptions
FromFile(string filePath, bool throwOnError = true)
62
return FromFile<
WCFCSUpdateOptions
>(filePath, throwOnError);
65
public static new
WCFCSUpdateOptions
FromJson(string jsonText, bool throwOnError = true)
67
return FromJson<
WCFCSUpdateOptions
>(jsonText, throwOnError);
dotnet-svcutil-lib.Tests (1)
E2ETests.cs (1)
355
var
wcfcsoptions = WCFCSUpdateOptions.FromFile(paramsFile);