3 writes to _baseType
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
372
dt.
_baseType
= this;
397
dt.
_baseType
= s_anySimpleType; //Base type of a union is anySimpleType
405
dt.
_baseType
= s_anySimpleType; //Base type of a union is anySimpleType
3 references to _baseType
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (3)
421
for (DatatypeImplementation? dt = this; dt != null; dt = dt.
_baseType
)
429
if (((DatatypeImplementation)datatype).
_baseType
== null)
523
protected DatatypeImplementation? Base { get { return
_baseType
; } }