10 references to Key
System.Private.Xml (10)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (8)
2330
Debug.Assert(ndKey.
Key
.XmlType!.IsAtomicValue, "Sort key must be an atomic value.");
2349
NestedVisitEnsureStack(ndKey.
Key
);
2352
_helper.AddSortKey(ndKey.
Key
.XmlType);
2358
Visit(ndKey.
Key
);
2360
_iterCurr.EnsureItemStorageType(ndKey.
Key
.XmlType, GetItemStorageType(ndKey.
Key
));
2364
_helper.AddSortKey(ndKey.
Key
.XmlType);
2378
EndNestedIterator(ndKey.
Key
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
638
CheckAtomicX(node.
Key
);
640
return node.
Key
.XmlType!;