3 overrides of MaterializeProxy
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Await.vb (1)
279
Protected Overrides Function
MaterializeProxy
(origExpression As BoundExpression, proxy As CapturedSymbolOrExpression) As BoundNode
Lowering\IteratorRewriter\IteratorRewriter.IteratorMethodToClassRewriter.vb (1)
216
Protected Overrides Function
MaterializeProxy
(origExpression As BoundExpression, proxy As FieldSymbol) As BoundNode
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
395
Protected Overrides Function
MaterializeProxy
(origExpression As BoundExpression, proxy As FieldSymbol) As BoundNode
5 references to MaterializeProxy
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (2)
167
Return Me.
MaterializeProxy
(node, proxy)
190
Return Me.
MaterializeProxy
(node, proxy)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (3)
404
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))
408
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))
412
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))