5 references to documentURIs
System.Data.SqlXml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (5)
492Debug.Assert(!this.documentURIs.Contains(href), "Circular references must be checked while processing xsl:include and xsl:import"); 493this.documentURIs.Add(href, null); 497Debug.Assert(this.documentURIs.Contains(href), "Attempt to remove href that was not added"); 498this.documentURIs.Remove(href); 502return this.documentURIs.Contains(href);