4 references to VisitMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (4)
107Return node.Update(VisitMethodSymbol(node.Method), VisitType(node.Type)) 142newMethod = VisitMethodSymbol(methodBeingCalled) 223newMethod = VisitMethodSymbol(methodBeingCalled) 241Dim newConstructor = VisitMethodSymbol(constructor)