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)
1225
return
_xsdType
;
1312
_xsiType =
_xsdType
.QualifiedName;
1360
if (
_xsdType
== null)
1364
_xsdType =
_xsdType
.Redefined ??
_xsdType
;