3 writes to _currentMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\LambdaRewriter\LambdaRewriter.vb (3)
126Me._currentMethod = method 1086Me._currentMethod = synthesizedMethod 1113Me._currentMethod = oldMethod
14 references to _currentMethod
Microsoft.CodeAnalysis.VisualBasic (14)
Lowering\LambdaRewriter\LambdaRewriter.vb (14)
197Return Me._currentMethod 544_topLevelMethod Is _currentMethod AndAlso Not _meIsInitialized Then 565Debug.Assert(_topLevelMethod = _currentMethod) 668If _currentMethod = _topLevelMethod Then 682Return If(_currentMethod Is _topLevelMethod, node, 683If(_currentMethod.ContainingType Is _topLevelMethod.ContainingType, 689Return If(_currentMethod Is _topLevelMethod, node, 690If(_currentMethod.ContainingType Is _topLevelMethod.ContainingType, 1032rewrittenNode = ExpressionLambdaRewriter.RewriteLambda(node, Me._currentMethod, delegateType, Me.CompilationState, Me.TypeMap, Me.Diagnostics, Me._rewrittenNodes, Me.RecursionDepth) 1078Dim oldMethod = _currentMethod 1103_currentLambdaBodyTypeSubstitution = TypeSubstitution.Create(_topLevelMethod, _topLevelMethod.TypeParameters, _currentMethod.TypeArguments) 1193Dim F = New SyntheticBoundNodeFactory(Me._topLevelMethod, Me._currentMethod, node.Syntax, CompilationState, Diagnostics) 1368If _currentMethod Is _topLevelMethod Then 1377Return LocalRewriter.GenerateSequenceValueSideEffects(Me._currentMethod,