3 references to LastMethod
Microsoft.CodeAnalysis.CSharp.Workspaces (3)
MethodGenerator.cs (3)
36var members = Insert(destination.Members, declaration, info, availableIndices, after: LastMethod);
51var members = Insert(destination.Members, declaration, info, availableIndices, after: LastMethod);
66var members = Insert(destination.Members, methodDeclaration, info, availableIndices, after: LastMethod);