Boo.BooLangService.Intellisense.DeclarationFinder.DeclarationFinder C# (CSharp) Method

DeclarationFinder() public method

public DeclarationFinder ( CompiledProject compiledProject, ISource source, string fileName ) : System
compiledProject CompiledProject
source ISource
fileName string
return System
        public DeclarationFinder(CompiledProject compiledProject, ISource source, string fileName)
        {
            this.compiledProject = compiledProject;
            this.source = source;
            this.fileName = fileName;
        }