File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
- using System . Collections ;
3
2
using System . Collections . Concurrent ;
4
3
using System . Collections . Generic ;
5
4
using System . Diagnostics ;
@@ -355,7 +354,7 @@ private ParserState EvaluateParserState()
355
354
var moduleStates = new List < ParserState > ( ) ;
356
355
foreach ( var moduleState in _moduleStates )
357
356
{
358
- if ( string . IsNullOrEmpty ( moduleState . Key . ComponentName ) )
357
+ if ( moduleState . Key . Component == null || string . IsNullOrEmpty ( moduleState . Key . ComponentName ) )
359
358
{
360
359
continue ;
361
360
}
Original file line number Diff line number Diff line change 130
130
<Compile Include =" SafeComWrappers\Abstract\ISafeComWrapper.cs" />
131
131
<Compile Include =" SafeComWrappers\Abstract\IVBComponentsEventsSink.cs" />
132
132
<Compile Include =" SafeComWrappers\Abstract\IVBProjectsEventsSink.cs" />
133
- <Compile Include =" SafeComWrappers\BaseClasses\VBProject.cs" />
134
133
<Compile Include =" SafeComWrappers\DispatcherEventArgs.cs" />
135
134
<Compile Include =" SafeComWrappers\MSAccessComponentType.cs" />
136
135
<Compile Include =" SafeComWrappers\MSForms\ControlType.cs" />
You can’t perform that action at this time.
0 commit comments