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