Skip to content

Commit 2f138bf

Browse files
committed
made IVBE field readonly
1 parent 8446f01 commit 2f138bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Parsing/VBA/RubberduckParserState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ internal void RefreshFinder(IHostApplication host)
7272
DeclarationFinder = new DeclarationFinder(AllDeclarations, AllAnnotations, host);
7373
}
7474

75-
private IVBE _vbe;
75+
private readonly IVBE _vbe;
7676
public RubberduckParserState(IVBE vbe)
7777
{
7878
var values = Enum.GetValues(typeof(ParserState));

0 commit comments

Comments
 (0)