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