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