1 reference to OperandTypesDoNotMatchParameters
System.Linq.Expressions (1)
System\Linq\Expressions\Strings.cs (1)
317internal static string OperandTypesDoNotMatchParameters(object? p0, object? p1) => SR.Format(SR.OperandTypesDoNotMatchParameters, p0, p1);