3 writes to schemaType
System.Xml (3)
System\Xml\Schema\XmlValueConverter.cs (3)
292
this.
schemaType
= schemaType;
320
this.
schemaType
= converterAtomic.schemaType;
326
this.
schemaType
= converterAtomic.schemaType;
4 references to schemaType
System.Xml (4)
System\Xml\Schema\XmlValueConverter.cs (4)
320
this.schemaType = converterAtomic.
schemaType
;
326
this.schemaType = converterAtomic.
schemaType
;
482
get { return this.
schemaType
; }
497
XmlSchemaType type = this.
schemaType
;