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