1 instantiation of SynthesizedLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
1070Dim synthesizedMethod = New SynthesizedLambdaMethod(translatedLambdaContainer, closureKind, _topLevelMethod, topLevelMethodId, node, lambdaId, Me.Diagnostics)
3 references to SynthesizedLambdaMethod
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\AsyncRewriter\AsyncRewriter.vb (1)
118Debug.Assert((TypeOf method Is SynthesizedLambdaMethod) OrElse (TypeOf method Is SynthesizedInteractiveInitializerMethod))
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
875Public Function RewriteLambdaAsMethod(method As SynthesizedLambdaMethod,
Lowering\Rewriter.vb (1)
85Debug.Assert(TypeOf method IsNot SynthesizedLambdaMethod)