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)
263
static
MethodDeclarationInfo
[] FindMethodsByFile(string filePath, string[] checkPrefixes)
388
static string PreProcessMethod(
MethodDeclarationInfo
methodDeclInfo, string[] checkPrefixes)
418
static async Task<FileCheckResult> RunSuperFileCheckAsync(
MethodDeclarationInfo
methodDeclInfo, string[] args, string[] checkPrefixes, string tmpFilePath)
576
static string? TryFindDuplicateMethodName(
MethodDeclarationInfo
[] methodDeclInfos)
580
var
duplicateMethodDeclInfo =
597
static bool CheckDuplicateMethodNames(
MethodDeclarationInfo
[] methodDeclInfos)
613
static bool CheckMethodsHaveNoInlining(
MethodDeclarationInfo
[] methodDeclInfos)