5 references to VisitMethodSymbol
Microsoft.CodeAnalysis.VisualBasic (5)
Lowering\MethodToClassRewriter\MethodToClassRewriter.vb (5)
106Return node.Update(VisitMethodSymbol(node.Method), VisitMethodSymbol(node.GetMethodFromHandle), VisitType(node.Type)) 141newMethod = VisitMethodSymbol(methodBeingCalled) 222newMethod = VisitMethodSymbol(methodBeingCalled) 240Dim newConstructor = VisitMethodSymbol(constructor)