Esempio n. 1
0
 private static ParseInformation CreateParseInformation(string fileName, ITextSource ts, IVbpProject project)
 {
     IUnresolvedFile file = new VB6UnresolvedFile(fileName, ts.Text, project);
     return new VB6ParseInformation(file, ts.Version, true);
 }
        private static ParseInformation CreateParseInformation(string fileName, ITextSource ts, IVbpProject project)
        {
            IUnresolvedFile file = new VB6UnresolvedFile(fileName, ts.Text, project);

            return(new VB6ParseInformation(file, ts.Version, true));
        }