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