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