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