2 references to FindItem
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (2)
115return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes); 124return FindItem(typeInfo.DeclaredConstructors, paramTypes);