4 references to Collation
System.Data.SqlXml (4)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (3)
2165if (ndKey.Collation.NodeType == QilNodeType.LiteralString) { 2167this.helper.CallGetCollation(this.helper.StaticData.DeclareCollation((string) (QilLiteral) ndKey.Collation)); 2172NestedVisitEnsureStack(ndKey.Collation);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
578CheckXmlType(node.Collation, XmlQueryTypeFactory.StringX);