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