6 references to BASE
System.Data (6)
fx\src\data\System\Data\SimpleType.cs (5)
264type.SetAttribute(Keywords.BASE, (prefix +":"+ baseSimpleType.Name)); 267type.SetAttribute(Keywords.BASE, baseSimpleType.Name); 271type.SetAttribute(Keywords.BASE, baseSimpleType.Name); 275type.SetAttribute(Keywords.BASE, QualifiedName(baseType)); // has to be xs:SomePrimitiveType 279type.SetAttribute(Keywords.BASE, (baseSimpleType != null) ? baseSimpleType.Name : QualifiedName(baseType));
fx\src\data\System\Data\xmlsaver.cs (1)
1051keyword = Keywords.BASE;