System.Xml.Xsl.Xslt.XsltLoader.LoadEndTag C# (CSharp) Method

LoadEndTag() private method

private LoadEndTag ( List content ) : List
content List
return List
        private List<XslNode> LoadEndTag(List<XslNode> content)
        {
            Debug.Assert(content != null);
            if (_compiler.IsDebug && !_input.IsEmptyElement)
            {
                AddInstruction(content, SetLineInfo(f.Nop(), _input.BuildLineInfo()));
            }
            return content;
        }