3 writes to _currentMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LambdaRewriter\LambdaRewriter.vb (3)
131Me._currentMethod = method 1134Me._currentMethod = synthesizedMethod 1161Me._currentMethod = oldMethod
14 references to _currentMethod
Microsoft.CodeAnalysis.VisualBasic (14)
Lowering\LambdaRewriter\LambdaRewriter.vb (14)
207Return Me._currentMethod 564_topLevelMethod Is _currentMethod AndAlso Not _meIsInitialized Then 585Debug.Assert(_topLevelMethod = _currentMethod) 688If _currentMethod = _topLevelMethod Then 702Return If(_currentMethod Is _topLevelMethod, node, 703If(_currentMethod.ContainingType Is _topLevelMethod.ContainingType, 709Return If(_currentMethod Is _topLevelMethod, node, 710If(_currentMethod.ContainingType Is _topLevelMethod.ContainingType, 1076rewrittenNode = ExpressionLambdaRewriter.RewriteLambda(node, Me._currentMethod, delegateType, Me.CompilationState, Me.TypeMap, Me.Diagnostics, Me._rewrittenNodes, Me.RecursionDepth) 1126Dim oldMethod = _currentMethod 1151_currentLambdaBodyTypeSubstitution = TypeSubstitution.Create(_topLevelMethod, _topLevelMethod.TypeParameters, _currentMethod.TypeArguments) 1241Dim F = New SyntheticBoundNodeFactory(Me._topLevelMethod, Me._currentMethod, node.Syntax, CompilationState, Diagnostics) 1416If _currentMethod Is _topLevelMethod Then 1425Return LocalRewriter.GenerateSequenceValueSideEffects(Me._currentMethod,