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)
4897
if (derived.
Type
!= null)
4899
if (head.
Type
!.IsAssignableFrom(derived.
Type
))
4925
WriteQuotedCSharpString(derived.
Type
.FullName);
4927
WriteQuotedCSharpString(head.
Type
.FullName);
4939
WriteQuotedCSharpString(head.
Type
!.FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (6)
3289
if (derived.
Type
!= null)
3291
if (head.
Type
!.IsAssignableFrom(derived.
Type
))
3323
ilg.Ldstr(GetCSharpString(derived.
Type
.FullName));
3324
ilg.Ldstr(GetCSharpString(head.
Type
.FullName));
3339
ilg.Ldstr(GetCSharpString(head.
Type
!.FullName));