public static Panel view_INodes_SourceCode_Locations(this O2MappedAstData astData, List <INode> iNodes)
        {
            var topPanel = O2Gui.open <Panel>("INodes Source Code Viewer", 700, 400);

            return(astData.view_INodes_SourceCode_Locations(iNodes, topPanel));
        }