[MonoDevelop] (no subject)

Vasili I. Galchin vigalchin at gmail.com
Wed Mar 10 17:50:58 EST 2010


Hello,

      I have been find/grep through "core" code. I cannot see exactly
where my "Compile" method below should be called:

                public BuildResult Compile (ProjectItemCollection
projectItems, DotNetProjectConfiguration configuration,
ConfigurationSelector configSelector, IProgressMonitor monitor)
                {
LoggingService.LogInfo(">>>>>>> F# Compile");
                        return FSharpBindingCompilerManager.Compile
(projectItems, configuration, configSelector, monitor);
                }
Can someone point me at the call to method Compile?


Vasili


More information about the Monodevelop-list mailing list