3 writes to baseType
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
339
dt.
baseType
= this;
359
dt.
baseType
= c_anySimpleType; //Base type of a union is anySimpleType
366
dt.
baseType
= c_anySimpleType; //Base type of a union is anySimpleType
3 references to baseType
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
380
for(DatatypeImplementation dt = this; dt != null; dt = dt.
baseType
) {
385
if (((DatatypeImplementation)datatype).
baseType
== null) { //Both are built-in types
469
protected DatatypeImplementation Base { get { return
baseType
; }}