9 writes to parentSchemaType
System.Xml (9)
System\Xml\Schema\DataTypeImplementation.cs (9)
218
dt.
parentSchemaType
= anySimpleType;
232
dt.
parentSchemaType
= simpleType;
261
c_anyAtomicType.
parentSchemaType
= anyAtomicType;
269
c_untypedAtomicType.
parentSchemaType
= untypedAtomicType;
277
c_yearMonthDuration.
parentSchemaType
= yearMonthDurationType;
285
c_dayTimeDuration.
parentSchemaType
= dayTimeDurationType;
340
dt.
parentSchemaType
= schemaType;
360
dt.
parentSchemaType
= schemaType;
368
dt.
parentSchemaType
= schemaType;
2 references to parentSchemaType
System.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
427
valueConverter = CreateValueConverter(this.
parentSchemaType
);
553
XmlSchemaType simpleType = this.
parentSchemaType
;