1 write to keyList
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\RootAction.cs (1)
103
this.
keyList
= new List<Key>();
3 references to keyList
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\RootAction.cs (3)
102
if (this.
keyList
== null) {
105
this.
keyList
.Add(new Key(name, MatchKey, UseKey));
222
get { return this.
keyList
; }