2 writes to _symbols
Microsoft.CodeAnalysis.VisualBasic (2)
Scanner\Directives.vb (2)
276_symbols = symbols 287Me._symbols = symbols
10 references to _symbols
Microsoft.CodeAnalysis.VisualBasic (10)
Scanner\Directives.vb (10)
296Return _symbols 301Dim symbols = Me._symbols 313Return New PreprocessorState(Me._symbols, conditionals, Me._regionDirectives, Me._haveSeenRegionDirectives, Me._externalSourceDirective) 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) 346Dim value = ExpressionEvaluator.EvaluateExpression(constDirective.Value, _symbols) 401Dim value = ExpressionEvaluator.EvaluateCondition(ifDirective.Condition, _symbols) 437Dim value = ExpressionEvaluator.EvaluateCondition(ifDirective.Condition, _symbols) 502Me._symbols.Count > 0 OrElse 505other._symbols.Count > 0 OrElse