3 writes to _xsdType
System.Private.Xml (3)
System\Xml\Serialization\Mappings.cs (3)
1310_xsdType = (XmlSchemaType)typeInfo; 1359_xsdType = (XmlSchemaType?)s.SchemaTypes[_xsiType]; 1364_xsdType = _xsdType.Redefined ?? _xsdType;
5 references to _xsdType
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
1225return _xsdType; 1312_xsiType = _xsdType.QualifiedName; 1360if (_xsdType == null) 1364_xsdType = _xsdType.Redefined ?? _xsdType;