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