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