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