7 writes to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (7)
Lowering\LambdaRewriter\LambdaRewriter.vb (7)
132Me._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)
527If _innermostFramePointer IsNot Nothing Then 528Proxies.TryGetValue(_innermostFramePointer, oldInnermostFrameProxy) 531Dim capturedFrame = LambdaCapturedVariable.Create(frame, _innermostFramePointer, _synthesizedFieldNameIdDispenser) 543If _innermostFramePointer.Kind = SymbolKind.Parameter AndAlso _topLevelMethod.MethodKind = MethodKind.Constructor AndAlso 553Proxies(_innermostFramePointer) = capturedFrame 589Dim oldInnermostFramePointer As Symbol = _innermostFramePointer 600If _innermostFramePointer IsNot Nothing Then 602Proxies(_innermostFramePointer) = oldInnermostFrameProxy 604Proxies.Remove(_innermostFramePointer) 1081Dim oldInnermostFramePointer = _innermostFramePointer