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