public override Microsoft.VisualStudio.Package.Declarations GetDeclarations(IVsTextView view, int line, int col, TokenInfo info) { Cci.Declarations scDeclarations = this.scAuthoringScope.GetDeclarations(line, col, Cci.ParseReason.MemberSelect); return(new Declarations(scDeclarations, this.glyphProvider)); }
public Declarations(Cci.Declarations scDeclarations, GlyphProvider glyphProvider) { this.scDeclarations = scDeclarations; this.glyphProvider = glyphProvider; }