2 references to GetMethodBasedCoercionOperator
System.Core (2)
Microsoft\Scripting\Ast\UnaryExpression.cs (2)
723return GetMethodBasedCoercionOperator(ExpressionType.Convert, expression, type, method); 762return GetMethodBasedCoercionOperator(ExpressionType.ConvertChecked, expression, type, method);