4 writes to _xmlBaseType
System.Data.Common (4)
System\Data\SimpleType.cs (4)
74
_xmlBaseType
= _baseSimpleType.XmlBaseType; // SimpleTypeQualifiedName;
78
_xmlBaseType
= content.BaseTypeName;
84
_xmlBaseType
= null;
362
_xmlBaseType
= tmpSimpleType._xmlBaseType;
2 references to _xmlBaseType
System.Data.Common (2)
System\Data\SimpleType.cs (2)
156
return
_xmlBaseType
;
362
_xmlBaseType = tmpSimpleType.
_xmlBaseType
;