1 write to fwdDecls
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlReader.cs (1)
69this.fwdDecls = new Dictionary<string, QilNode>();
5 references to fwdDecls
System.Data.SqlXml (5)
System\Xml\Xsl\QIL\QilXmlReader.cs (5)
100Debug.Assert(this.fwdDecls.Keys.Count == 0, "One or more forward declarations were never defined"); 276this.fwdDecls[id] = nd; 280if (this.fwdDecls.ContainsKey(id)) { 283nd = this.fwdDecls[id]; 284this.fwdDecls.Remove(id);