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