3 writes to _baseType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
376
dt.
_baseType
= this;
400
dt.
_baseType
= s_c_anySimpleType; //Base type of a union is anySimpleType
408
dt.
_baseType
= s_c_anySimpleType; //Base type of a union is anySimpleType
3 references to _baseType
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
424
for (DatatypeImplementation dt = this; dt != null; dt = dt.
_baseType
)
431
if (((DatatypeImplementation)datatype).
_baseType
== null)
534
protected DatatypeImplementation Base { get { return
_baseType
; } }