8 references to DerivedMappings
System.Private.Xml (8)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
980
if (sm.
DerivedMappings
!= null)
998
if (sm.
DerivedMappings
!= null)
System\Xml\Serialization\XmlSerializationReader.cs (3)
4856
if (sm.
DerivedMappings
!= null)
4887
if (sm.
DerivedMappings
!= null)
4923
for (SerializableMapping? derived = mapping.
DerivedMappings
; derived != null; derived = derived.NextDerivedMapping)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (3)
3196
if (sm.
DerivedMappings
!= null)
3239
if (sm.
DerivedMappings
!= null)
3271
for (SerializableMapping? derived = mapping.
DerivedMappings
; derived != null; derived = derived.NextDerivedMapping)