14 references to Return
Microsoft.CodeAnalysis.VisualBasic (14)
Compilation\MethodCompiler.vb (2)
838
body = f.Block(f.ExpressionStatement(invocation), f.
Return
())
840
body = f.Block(f.
Return
(invocation))
Emit\SynthesizedPrivateImplementationDetailsSharedConstructor.vb (1)
100
body.Add(factory.
Return
())
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.vb (1)
218
bodyBuilder.Add(Me.F.
Return
())
Lowering\AsyncRewriter\AsyncRewriter.vb (4)
186
Me.F.CloseMethod(F.
Return
())
196
Me.F.
Return
()))
202
Me.F.CloseMethod(F.Block(ImmutableArray.Create(F.BaseInitialization(), F.
Return
())))
248
Me.F.
Return
(),
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (3)
114
F.
Return
()
117
F.CloseMethod(F.
Return
())
143
Return F.
Return
(result)
Lowering\IteratorRewriter\IteratorRewriter.vb (1)
312
bodyBuilder.Add(F.
Return
())
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
364
F.
Return
())
Symbols\SynthesizedSymbols\SynthesizedHotReloadExceptionConstructorSymbol.vb (1)
86
factory.
Return
()