System.Xml.Xsl.XsltOld.Compiler.RemoveDocumentURI C# (CSharp) Method

RemoveDocumentURI() private method

private RemoveDocumentURI ( string href ) : void
href string
return void
        private void RemoveDocumentURI(string href)
        {
            Debug.Assert(_documentURIs.Contains(href), "Attempt to remove href that was not added");
            _documentURIs.Remove(href);
        }