10 references to
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapCodeExporter.cs (5)
29public SoapCodeExporter(CodeNamespace codeNamespace) : base(codeNamespace, null, null, CodeGenerationOptions.GenerateProperties, null) { } 34public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) { } 40public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeGenerationOptions options) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) { } 47: base(codeNamespace, codeCompileUnit, null, options, mappings) { } 54: base(codeNamespace, codeCompileUnit, codeProvider, options, mappings) { }
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (5)
31public XmlCodeExporter(CodeNamespace codeNamespace) : base(codeNamespace, null, null, CodeGenerationOptions.GenerateProperties, null) { } 37public XmlCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) { } 44: base(codeNamespace, codeCompileUnit, null, options, null) { } 51: base(codeNamespace, codeCompileUnit, null, options, mappings) { } 58: base(codeNamespace, codeCompileUnit, codeProvider, options, mappings) { }