6 references to DerivedMappings
System.Xml (6)
System\Xml\Serialization\XmlSerializationReader.cs (3)
4424if (sm.DerivedMappings != null) { 4446if (sm.DerivedMappings != null) { 4478for (SerializableMapping derived = mapping.DerivedMappings; derived != null; derived = derived.NextDerivedMapping) {
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
3226if (sm.DerivedMappings != null) { 3272if (sm.DerivedMappings != null) { 3300for (SerializableMapping derived = mapping.DerivedMappings; derived != null; derived = derived.NextDerivedMapping) {