1 instantiation of MethodDeclarationInfo
SuperFileCheck (1)
Program.cs (1)
309.Select(x => new MethodDeclarationInfo(x, $"{GetFullyQualifiedEnclosingTypeName(x)}:{GetMethodName(x)}"))
7 references to MethodDeclarationInfo
SuperFileCheck (7)
Program.cs (7)
263static MethodDeclarationInfo[] FindMethodsByFile(string filePath, string[] checkPrefixes) 388static string PreProcessMethod(MethodDeclarationInfo methodDeclInfo, string[] checkPrefixes) 418static async Task<FileCheckResult> RunSuperFileCheckAsync(MethodDeclarationInfo methodDeclInfo, string[] args, string[] checkPrefixes, string tmpFilePath) 576static string? TryFindDuplicateMethodName(MethodDeclarationInfo[] methodDeclInfos) 580var duplicateMethodDeclInfo = 597static bool CheckDuplicateMethodNames(MethodDeclarationInfo[] methodDeclInfos) 613static bool CheckMethodsHaveNoInlining(MethodDeclarationInfo[] methodDeclInfos)