1 write to scope
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
68
this.
scope
= new Dictionary<string, QilNode>();
6 references to scope
System.Data.SqlXml (6)
System\Xml\Xsl\QIL\QilXmlReader.cs (6)
275
Debug.Assert(!this.
scope
.ContainsKey(id), "Multiple nodes have id '" + id + "'");
277
this.
scope
[id] = nd;
291
Debug.Assert(!this.
scope
.ContainsKey(id), "Id '" + id + "' is already in scope");
292
this.
scope
[id] = nd;
304
Debug.Assert(this.
scope
.ContainsKey(id), "Id '" + id + "' is not in scope");
305
this.stk.Peek().Add(this.
scope
[id]);