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