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