4 references to ExportedMappings
System.Xml (4)
System\Xml\Serialization\SoapCodeExporter.cs (2)
89
if (
ExportedMappings
[mapping] == null) {
91
ExportedMappings
.Add(mapping, mapping);
System\Xml\Serialization\XmlCodeExporter.cs (2)
122
if (
ExportedMappings
[mapping] == null) {
123
ExportedMappings
.Add(mapping, mapping);