3 writes to _xsdType
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1285_xsdType = (XmlSchemaType)typeInfo; 1334_xsdType = (XmlSchemaType?)s.SchemaTypes[_xsiType]; 1339_xsdType = _xsdType.Redefined ?? _xsdType;
5 references to _xsdType
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
1200return _xsdType; 1287_xsiType = _xsdType.QualifiedName; 1335if (_xsdType == null) 1339_xsdType = _xsdType.Redefined ?? _xsdType;