1 instantiation of InputModule
dotnet-svcutil.xmlserializer (1)
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (1)
50
InputModule inputs = new
InputModule
();
13 references to InputModule
dotnet-svcutil.xmlserializer (13)
Microsoft\Tools\ServiceModel\SvcUtil\ExportModule.cs (1)
40
_types.AddRange(
InputModule
.LoadTypes(assembly));
Microsoft\Tools\ServiceModel\SvcUtil\InputModule.cs (4)
45
internal static
InputModule
LoadInputs(Options options)
50
InputModule
inputs = new InputModule();
59
private readonly
InputModule
_newInputModule;
62
internal InputModuleLoader(
InputModule
newInputModule, Options options)
Microsoft\Tools\ServiceModel\SvcUtil\Options.cs (4)
361
assembly =
InputModule
.LoadAssembly(path);
396
foreach (Type type in
InputModule
.LoadTypes(assembly))
446
Tool.SMAssembly =
InputModule
.LoadAssembly(smassembly);
460
Tool.SMAssembly =
InputModule
.LoadAssembly(smpassembly);
Microsoft\Tools\ServiceModel\SvcUtil\ToolRuntime.cs (4)
36
InputModule
inputModule =
InputModule
.LoadInputs(_options);
43
private ToolExitCodes ExecuteToolMode(
InputModule
inputModule)
49
private ToolExitCodes GenerateSerializer(
InputModule
inputModule)