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