4 references to Collation
System.Private.Xml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
2334if (ndKey.Collation.NodeType == QilNodeType.LiteralString) 2337_helper.CallGetCollation(_helper.StaticData.DeclareCollation((string)(QilLiteral)ndKey.Collation)); 2343NestedVisitEnsureStack(ndKey.Collation);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
639CheckXmlType(node.Collation, XmlQueryTypeFactory.StringX);