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