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 11using System ;
2- using System . Collections ;
32using System . Collections . Concurrent ;
43using System . Collections . Generic ;
54using System . Diagnostics ;
@@ -355,7 +354,7 @@ private ParserState EvaluateParserState()
355354 var moduleStates = new List < ParserState > ( ) ;
356355 foreach ( var moduleState in _moduleStates )
357356 {
358- if ( string . IsNullOrEmpty ( moduleState . Key . ComponentName ) )
357+ if ( moduleState . Key . Component == null || string . IsNullOrEmpty ( moduleState . Key . ComponentName ) )
359358 {
360359 continue ;
361360 }
Original file line number Diff line number Diff line change 130130 <Compile Include =" SafeComWrappers\Abstract\ISafeComWrapper.cs" />
131131 <Compile Include =" SafeComWrappers\Abstract\IVBComponentsEventsSink.cs" />
132132 <Compile Include =" SafeComWrappers\Abstract\IVBProjectsEventsSink.cs" />
133- <Compile Include =" SafeComWrappers\BaseClasses\VBProject.cs" />
134133 <Compile Include =" SafeComWrappers\DispatcherEventArgs.cs" />
135134 <Compile Include =" SafeComWrappers\MSAccessComponentType.cs" />
136135 <Compile Include =" SafeComWrappers\MSForms\ControlType.cs" />
You can’t perform that action at this time.
0 commit comments