2 references to RunSvcutil
dotnet-svcutil-lib.Tests (2)
E2ETests.cs (1)
52
ProcessRunner.ProcessResult processResult = this_TestCaseProject.
RunSvcutil
(options, expectSuccess, this_TestCaseLogger);
GlobalToolTests.cs (1)
22
var processResult = this_TestCaseProject.
RunSvcutil
(options, expectSuccess, this_TestCaseLogger, globalTool: true);