3 references to KeyList
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
326
if (this.rootAction.
KeyList
!= null) {
327
this.keyList = new Key[this.rootAction.
KeyList
.Count];
329
this.keyList[i] = this.rootAction.
KeyList
[i].Clone();