1 write to SpecialBuiltInItemTypes
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
405SpecialBuiltInItemTypes = new XmlQueryType[4] { UntypedDocument, UntypedElement, UntypedAttribute, NodeNotRtf };
3 references to SpecialBuiltInItemTypes
System.Data.SqlXml (3)
System\Xml\Xsl\XmlQueryTypeFactory.cs (3)
519for (int idx = 0; idx < SpecialBuiltInItemTypes.Length; idx++) { 520if ((object) this == (object) SpecialBuiltInItemTypes[idx]) { 543return SpecialBuiltInItemTypes[~code];