5 references to FromFile
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (2)
120
return
FromFile
<CommandProcessorOptions>(filePath, throwOnError);
128
options =
FromFile
<CommandProcessorOptions>(filePath, throwOnError: false);
Shared\Options\SvcutilOptions.cs (1)
68
return
FromFile
<SvcutilOptions>(filePath, throwOnError);
Shared\Options\UpdateOptions.cs (1)
75
return
FromFile
<UpdateOptions>(filePath, throwOnError);
Shared\Options\WCFCSUpdateOptions.cs (1)
62
return
FromFile
<WCFCSUpdateOptions>(filePath, throwOnError);