Home
last modified time | relevance | path

Searched defs:ExpressionTypeDoesNotMatchParameter (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/corefx/
H A DSR.cs153 …public const string ExpressionTypeDoesNotMatchParameter = "Expression of type '{0}' cannot be used… field in SR
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DError.cs1307 …internal static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramNa… in ExpressionTypeDoesNotMatchParameter() method in System.Linq.Expressions.Error
1315 …internal static Exception ExpressionTypeDoesNotMatchParameter(object p0, object p1, string paramNa… in ExpressionTypeDoesNotMatchParameter() method in System.Linq.Expressions.Error
H A DStrings.cs843 …internal static string ExpressionTypeDoesNotMatchParameter(object p0, object p1) => SR.Format(SR.E… in ExpressionTypeDoesNotMatchParameter() method in System.Linq.Expressions.Strings