Searched refs:classMethodCollection (Results 1 – 2 of 2) sorted by relevance
91 classMethodCollection505 if (filePath && classMethodCollection.get(filePath)) {506 return classMethodCollection.get(filePath).get(node.parent.name.getText());
151 export const classMethodCollection: Map<string, Map<string, Set<string>>> = new Map(); constant1397 const pageMethodCollection: Map<string, Set<string>> = classMethodCollection.get(filePath);1399 classMethodCollection.set(filePath, componentMethodCollection);1816 classMethodCollection.clear();