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)
221
Protected Overrides Function
MaterializeProxy
(origExpression As BoundExpression, proxy As FieldSymbol) As BoundNode
Lowering\LambdaRewriter\LambdaRewriter.vb (1)
415
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)
166
Return Me.
MaterializeProxy
(node, proxy)
189
Return Me.
MaterializeProxy
(node, proxy)
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (3)
405
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))
409
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))
413
Return Me.
MaterializeProxy
(node, Me.Proxies(Me.TopLevelMethod.MeParameter))