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