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