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