6 writes to xmlBaseType
System.Data (6)
fx\src\data\System\Data\SimpleType.cs (6)
63
this.
xmlBaseType
= new XmlQualifiedName(xmlQNName, xmlQNNamespace);
66
this.
xmlBaseType
= null;
111
xmlBaseType
= baseSimpleType.XmlBaseType;// SimpleTypeQualifiedName;
114
xmlBaseType
= content.BaseTypeName;
120
xmlBaseType
= null;
401
xmlBaseType
= tmpSimpleType.xmlBaseType;
3 references to xmlBaseType
System.Data (3)
fx\src\data\System\Data\SimpleType.cs (3)
77
XmlQualifiedName xmlQN = (
xmlBaseType
as XmlQualifiedName);
188
return (XmlQualifiedName)
xmlBaseType
;
401
xmlBaseType = tmpSimpleType.
xmlBaseType
;