9 writes to _parentSchemaType
System.Private.Xml (9)
System\Xml\Schema\DataTypeImplementation.cs (9)
232dt._parentSchemaType = s__anySimpleType; 248dt._parentSchemaType = simpleType; 283s_anyAtomicType._parentSchemaType = s__anyAtomicType; 291s_untypedAtomicType._parentSchemaType = s__untypedAtomicType; 299s_yearMonthDuration._parentSchemaType = s_yearMonthDurationType; 307s_dayTimeDuration._parentSchemaType = s_dayTimeDurationType; 373dt._parentSchemaType = schemaType; 398dt._parentSchemaType = schemaType; 407dt._parentSchemaType = schemaType;
2 references to _parentSchemaType
System.Private.Xml (2)
System\Xml\Schema\DataTypeImplementation.cs (2)
476_valueConverter ??= CreateValueConverter(_parentSchemaType!); 624XmlSchemaType? simpleType = _parentSchemaType;