4 references to MethodInfo
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder.ValueChecks.cs (4)
56return new MethodInfo(method, method); 61return new MethodInfo(property, property.GetOwnOrInheritedGetMethod()); 66return new MethodInfo(property, property.GetOwnOrInheritedSetMethod()); 76return new MethodInfo(symbol, method);