5 references to GetMethodValidated
System.Core (5)
Microsoft\Scripting\Ast\BinaryExpression.cs (2)
690MethodInfo method = nnLeftType.GetMethodValidated(name, flags, null, types, null); 692method = nnRightType.GetMethodValidated(name, flags, null, types, null);
Microsoft\Scripting\Ast\TypeUtils.cs (1)
671MethodInfo result = type.GetMethodValidated(name, AnyStatic, null, new Type[] { type }, null);
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
378MethodInfo method = nnOperandType.GetMethodValidated(name, flags, null, types, null); 385method = nnOperandType.GetMethodValidated(name, flags, null, types, null);