6 writes to _innermostFramePointer
Microsoft.CodeAnalysis.VisualBasic (6)
Lowering\LambdaRewriter\LambdaRewriter.vb (6)
137Me._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)
547If _innermostFramePointer IsNot Nothing Then 548Proxies.TryGetValue(_innermostFramePointer, oldInnermostFrameProxy) 551Dim capturedFrame = LambdaCapturedVariable.Create(frame, _innermostFramePointer, _synthesizedFieldNameIdDispenser) 563If _innermostFramePointer.Kind = SymbolKind.Parameter AndAlso _topLevelMethod.MethodKind = MethodKind.Constructor AndAlso 573Proxies(_innermostFramePointer) = capturedFrame 609Dim oldInnermostFramePointer As Symbol = _innermostFramePointer 620If _innermostFramePointer IsNot Nothing Then 622Proxies(_innermostFramePointer) = oldInnermostFrameProxy 624Proxies.Remove(_innermostFramePointer) 1129Dim oldInnermostFramePointer = _innermostFramePointer 1143_framePointers.TryGetValue(translatedLambdaContainer, _innermostFramePointer)