5 references to _documentURIs
System.Private.Xml (5)
System\Xml\Xsl\XsltOld\Compiler.cs (5)
551
Debug.Assert(!
_documentURIs
.Contains(href), "Circular references must be checked while processing xsl:include and xsl:import");
552
_documentURIs
.Add(href, null);
557
Debug.Assert(
_documentURIs
.Contains(href), "Attempt to remove href that was not added");
558
_documentURIs
.Remove(href);
563
return
_documentURIs
.Contains(href);