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