1 instantiation of LambdaCapturedVariable
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LambdaRewriter\LambdaCapturedVariable.vb (1)
37
Return New
LambdaCapturedVariable
(frame, captured, type, fieldName, IsMe(captured))
4 references to LambdaCapturedVariable
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\LambdaRewriter\LambdaCapturedVariable.vb (1)
31
Public Shared Function Create(frame As LambdaFrame, captured As Symbol, ByRef uniqueId As Integer) As
LambdaCapturedVariable
Lowering\LambdaRewriter\LambdaFrame.vb (1)
29
Friend ReadOnly CapturedLocals As New ArrayBuilder(Of
LambdaCapturedVariable
)
Lowering\LambdaRewriter\LambdaRewriter.vb (2)
240
Dim proxy =
LambdaCapturedVariable
.Create(frame, captured, _synthesizedFieldNameIdDispenser)
531
Dim capturedFrame =
LambdaCapturedVariable
.Create(frame, _innermostFramePointer, _synthesizedFieldNameIdDispenser)