We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd77700 commit f1ba539Copy full SHA for f1ba539
Rubberduck.Parsing/VBA/ParseCoordinator.cs
@@ -239,7 +239,7 @@ private void ExecuteCommonParseActivities(IReadOnlyCollection<QualifiedModuleNam
239
240
//Explicitly setting the overall state here guarantees that the handlers attached
241
//to the state change to ResolvedDeclarations always run, provided there is no error.
242
- State.SetStatusAndFireStateChanged(this, ParserState.ResolvedDeclarations, token);
+ _parserStateManager.SetStatusAndFireStateChanged(this, ParserState.ResolvedDeclarations, token);
243
244
if (token.IsCancellationRequested || State.Status >= ParserState.Error)
245
{
0 commit comments