6 writes to schemaType
System.Data.SqlXml (6)
System\Xml\Xsl\XmlQueryTypeFactory.cs (6)
726
this.
schemaType
= t.SchemaType;
733
this.
schemaType
= XmlSchemaComplexType.AnyType;
735
this.
schemaType
= DatatypeImplementation.AnySimpleType;
739
this.
schemaType
= null;
745
this.
schemaType
= DatatypeImplementation.AnyAtomicType;
750
this.
schemaType
= null;
1 reference to schemaType
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
817
get { return this.
schemaType
; }