5 references to Method
Microsoft.CodeAnalysis.VisualBasic (5)
CodeGen\EmitExpression.vb (1)
2263Dim method As MethodSymbol = node.Method
Generated\BoundNodes.xml.Generated.vb (3)
979If method IsNot Me.Method OrElse getMethodFromHandle IsNot Me.GetMethodFromHandle OrElse type IsNot Me.Type Then 12145Return node.Update(node.Method, node.GetMethodFromHandle, type) 13266New TreeDumperNode("method", node.Method, Nothing),
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (1)
107Return node.Update(VisitMethodSymbol(node.Method), VisitMethodSymbol(node.GetMethodFromHandle), VisitType(node.Type))