2 references to FindItem
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\ReflectionUtilities.cs (2)
99return FindItem(typeInfo.GetDeclaredMethods(name), paramTypes); 104return FindItem(typeInfo.DeclaredConstructors, paramTypes);