7 writes to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LambdaRewriter\LambdaRewriter.vb (7)
132
Me.
_innermostFramePointer
= method.MeParameter
590
_innermostFramePointer
= framePointer
598
_innermostFramePointer
= oldInnermostFramePointer
1090
_innermostFramePointer
= Nothing
1094
_innermostFramePointer
= Nothing
1095
_framePointers.TryGetValue(translatedLambdaContainer,
_innermostFramePointer
)
1116
_innermostFramePointer
= oldInnermostFramePointer
10 references to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (10)
Lowering\LambdaRewriter\LambdaRewriter.vb (10)
527
If
_innermostFramePointer
IsNot Nothing Then
528
Proxies.TryGetValue(
_innermostFramePointer
, oldInnermostFrameProxy)
531
Dim capturedFrame = LambdaCapturedVariable.Create(frame,
_innermostFramePointer
, _synthesizedFieldNameIdDispenser)
543
If
_innermostFramePointer
.Kind = SymbolKind.Parameter AndAlso _topLevelMethod.MethodKind = MethodKind.Constructor AndAlso
553
Proxies(
_innermostFramePointer
) = capturedFrame
589
Dim oldInnermostFramePointer As Symbol =
_innermostFramePointer
600
If
_innermostFramePointer
IsNot Nothing Then
602
Proxies(
_innermostFramePointer
) = oldInnermostFrameProxy
604
Proxies.Remove(
_innermostFramePointer
)
1081
Dim oldInnermostFramePointer =
_innermostFramePointer