File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,6 @@ private void ParseAll()
246
246
}
247
247
}
248
248
249
- SyncComReferences ( State . Projects ) ;
250
- AddBuiltInDeclarations ( ) ;
251
-
252
249
if ( toParse . Count == 0 )
253
250
{
254
251
if ( componentsRemoved ) // trigger UI updates
@@ -264,11 +261,9 @@ private void ParseAll()
264
261
{
265
262
State . SetModuleState ( component , ParserState . Pending ) ;
266
263
}
267
- foreach ( var component in unchanged )
268
- {
269
- // note: seting to 'Parsed' would include them in the resolver walk. 'Ready' excludes them.
270
- State . SetModuleState ( component , ParserState . Ready ) ;
271
- }
264
+
265
+ SyncComReferences ( State . Projects ) ;
266
+ AddBuiltInDeclarations ( ) ;
272
267
273
268
// invalidation cleanup should go into ParseAsync?
274
269
foreach ( var key in _componentAttributes . Keys )
You can’t perform that action at this time.
0 commit comments