MemoScope/Core/Dac/AbstractDacFinder.cs
Method SymFindFileInPath
has 10 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
protected abstract bool SymFindFileInPath(IntPtr hProcess, string searchPath, string filename, uint id, uint two, uint three, uint flags, StringBuilder filePath, IntPtr callback, IntPtr context);