// ParseReason.GetMethods public override Methods GetMethods(int line, int col, string name) { return(new PuppetMethods(resolver.FindMethods(parseResult, line, col, name))); }
// ParseReason.GetMethods public override Microsoft.VisualStudio.Package.Methods GetMethods(int line, int col, string name) { return(new Methods(resolver.FindMethods(parseResult, line, col, name))); }