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