2 writes to Type
System.Private.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
562
serializableMapping.
Type
= type;
570
serializableMapping.
Type
= type;
14 references to Type
System.Private.Xml (14)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
539
if (existingMapping.
Type
== null)
543
else if (existingMapping.
Type
!= type)
System\Xml\Serialization\XmlSerializationReader.cs (6)
4896
if (derived.
Type
!= null)
4898
if (head.
Type
!.IsAssignableFrom(derived.
Type
))
4924
WriteQuotedCSharpString(derived.
Type
.FullName);
4926
WriteQuotedCSharpString(head.
Type
.FullName);
4938
WriteQuotedCSharpString(head.
Type
!.FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (6)
3288
if (derived.
Type
!= null)
3290
if (head.
Type
!.IsAssignableFrom(derived.
Type
))
3322
ilg.Ldstr(GetCSharpString(derived.
Type
.FullName));
3323
ilg.Ldstr(GetCSharpString(head.
Type
.FullName));
3338
ilg.Ldstr(GetCSharpString(head.
Type
!.FullName));