6 writes to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\LambdaRewriter\LambdaRewriter.vb (6)
137
Me.
_innermostFramePointer
= method.MeParameter
610
_innermostFramePointer
= framePointer
618
_innermostFramePointer
= oldInnermostFramePointer
1138
_innermostFramePointer
= Nothing
1142
_innermostFramePointer
= Nothing
1164
_innermostFramePointer
= oldInnermostFramePointer
11 references to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (11)
Lowering\LambdaRewriter\LambdaRewriter.vb (11)
547
If
_innermostFramePointer
IsNot Nothing Then
548
Proxies.TryGetValue(
_innermostFramePointer
, oldInnermostFrameProxy)
551
Dim capturedFrame = LambdaCapturedVariable.Create(frame,
_innermostFramePointer
, _synthesizedFieldNameIdDispenser)
563
If
_innermostFramePointer
.Kind = SymbolKind.Parameter AndAlso _topLevelMethod.MethodKind = MethodKind.Constructor AndAlso
573
Proxies(
_innermostFramePointer
) = capturedFrame
609
Dim oldInnermostFramePointer As Symbol =
_innermostFramePointer
620
If
_innermostFramePointer
IsNot Nothing Then
622
Proxies(
_innermostFramePointer
) = oldInnermostFrameProxy
624
Proxies.Remove(
_innermostFramePointer
)
1129
Dim oldInnermostFramePointer =
_innermostFramePointer
1143
_framePointers.TryGetValue(translatedLambdaContainer,
_innermostFramePointer
)