public CompilationLookup(CSharpCompilation compilation) { this.compilation = compilation; this.Visit(compilation); }