public IList <MethodDefinition> GetAllMatches(string pNamespace, string pName, int pParameterCount) { if (!string.IsNullOrEmpty(pNamespace)) { return(_references[pNamespace].Cache.GetAllMatches(null, pName, pParameterCount)); } return(_methods.GetPossibleMatches(pName, pParameterCount)); }