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