1 write to _haveSeenRegionDirectives
Microsoft.CodeAnalysis.VisualBasic (1)
Scanner\Directives.vb (1)
290
Me.
_haveSeenRegionDirectives
= haveSeenRegionDirectives
7 references to _haveSeenRegionDirectives
Microsoft.CodeAnalysis.VisualBasic (7)
Scanner\Directives.vb (7)
303
Return New PreprocessorState(symbols, Me._conditionals, Me._regionDirectives, Me.
_haveSeenRegionDirectives
, Me._externalSourceDirective)
313
Return New PreprocessorState(Me._symbols, conditionals, Me._regionDirectives, Me.
_haveSeenRegionDirectives
, Me._externalSourceDirective)
324
Return
_haveSeenRegionDirectives
329
Return New PreprocessorState(Me._symbols, Me._conditionals, regions, Me.
_haveSeenRegionDirectives
OrElse regions.Count > 0, Me._externalSourceDirective)
339
Return New PreprocessorState(Me._symbols, Me._conditionals, Me._regionDirectives, Me.
_haveSeenRegionDirectives
, externalSource)
514
If Me.
_haveSeenRegionDirectives
<> other.
_haveSeenRegionDirectives
Then