11 references to Key
System.Data.SqlXml (11)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (9)
2161
Debug.Assert(ndKey.
Key
.XmlType.IsAtomicValue, "Sort key must be an atomic value.");
2177
NestedVisitEnsureStack(ndKey.
Key
);
2180
this.helper.AddSortKey(ndKey.
Key
.XmlType);
2184
StartNestedIterator(ndKey.
Key
, lblOnEndKey);
2185
Visit(ndKey.
Key
);
2187
this.iterCurr.EnsureItemStorageType(ndKey.
Key
.XmlType, GetItemStorageType(ndKey.
Key
));
2191
this.helper.AddSortKey(ndKey.
Key
.XmlType);
2205
EndNestedIterator(ndKey.
Key
);
System\Xml\Xsl\QIL\QilTypeChecker.cs (2)
577
CheckAtomicX(node.
Key
);
579
return node.
Key
.XmlType;