2 writes to Type
System.Xml (2)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
489
serializableMapping.
Type
= type;
496
serializableMapping.
Type
= type;
14 references to Type
System.Xml (14)
System\Xml\Serialization\XmlReflectionImporter.cs (2)
470
if (existingMapping.
Type
== null) {
473
else if (existingMapping.
Type
!= type) {
System\Xml\Serialization\XmlSerializationReader.cs (6)
4486
if (derived.
Type
!= null) {
4487
if (head.
Type
.IsAssignableFrom(derived.
Type
)) {
4510
WriteQuotedCSharpString(derived.
Type
.FullName);
4512
WriteQuotedCSharpString(head.
Type
.FullName);
4523
WriteQuotedCSharpString(head.
Type
.FullName);
System\Xml\Serialization\XmlSerializationReaderILGen.cs (6)
3317
if (derived.
Type
!= null) {
3318
if (head.
Type
.IsAssignableFrom(derived.
Type
)) {
3352
ilg.Ldstr(derived.
Type
.FullName);
3353
ilg.Ldstr(head.
Type
.FullName);
3369
ilg.Ldstr(head.
Type
.FullName);