10 references to
System.Xml (10)
System\Xml\Serialization\SoapCodeExporter.cs (5)
33public SoapCodeExporter(CodeNamespace codeNamespace) : base(codeNamespace, null, null, CodeGenerationOptions.GenerateProperties, null) {} 38public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) {} 44public SoapCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit, CodeGenerationOptions options) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) {} 51: base(codeNamespace, codeCompileUnit, null, options, mappings) {} 58: base(codeNamespace, codeCompileUnit, codeProvider, options, mappings) {}
System\Xml\Serialization\XmlCodeExporter.cs (5)
33public XmlCodeExporter(CodeNamespace codeNamespace) : base(codeNamespace, null, null, CodeGenerationOptions.GenerateProperties, null) {} 39public XmlCodeExporter(CodeNamespace codeNamespace, CodeCompileUnit codeCompileUnit) : base(codeNamespace, codeCompileUnit, null, CodeGenerationOptions.GenerateProperties, null) {} 46: base(codeNamespace, codeCompileUnit, null, options, null) {} 53: base(codeNamespace, codeCompileUnit, null, options, mappings) {} 60: base(codeNamespace, codeCompileUnit, codeProvider, options, mappings) {}