8 references to DerivedMappings
System.Private.Xml (8)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
970
if (sm.
DerivedMappings
!= null)
988
if (sm.
DerivedMappings
!= null)
System\Xml\Serialization\XmlSerializationReader.cs (3)
4820
if (sm.
DerivedMappings
!= null)
4851
if (sm.
DerivedMappings
!= null)
4887
for (SerializableMapping? derived = mapping.
DerivedMappings
; derived != null; derived = derived.NextDerivedMapping)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
3195
if (sm.
DerivedMappings
!= null)
3238
if (sm.
DerivedMappings
!= null)
3270
for (SerializableMapping? derived = mapping.
DerivedMappings
; derived != null; derived = derived.NextDerivedMapping)