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