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)
4821
if (sm.
DerivedMappings
!= null)
4852
if (sm.
DerivedMappings
!= null)
4888
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)