7 references to CloseMethod
Microsoft.CodeAnalysis.VisualBasic (7)
Compilation\MethodCompiler.vb (1)
847f.CloseMethod(body)
Lowering\AsyncRewriter\AsyncRewriter.vb (2)
186Me.F.CloseMethod(F.Return()) 202Me.F.CloseMethod(F.Block(ImmutableArray.Create(F.BaseInitialization(), F.Return())))
Lowering\IteratorRewriter\IteratorRewriter.vb (3)
271F.CloseMethod(F.Return(F.Call(F.Me, getEnumeratorGeneric))) 279F.CloseMethod(F.Return(F.Field(F.Me, _currentField, False))) 298F.CloseMethod(F.Return(F.Field(F.Me, _currentField, False)))
Lowering\StateMachineRewriter\StateMachineRewriter.vb (1)
485Me.F.CloseMethod(RewriteBodyIfNeeded(body, Me.F.TopLevelMethod, Me.F.CurrentMethod))