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