Home
last modified time | relevance | path

Searched refs:suggestedMethodInfo (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Objects/ELinq/
H A DMethodCallTranslator.cs523 MethodInfo suggestedMethodInfo; in Translate()
524 if (TryGetAlternativeMethod(call.Method, out suggestedMethodInfo)) in Translate()
526 …Data.Entity.Strings.ELinq_UnsupportedMethodSuggestedAlternative(call.Method, suggestedMethodInfo)); in Translate()
543 …tic bool TryGetAlternativeMethod(MethodInfo originalMethodInfo, out MethodInfo suggestedMethodInfo) in TryGetAlternativeMethod() argument
545 … if (s_alternativeMethods.TryGetValue(originalMethodInfo, out suggestedMethodInfo)) in TryGetAlternativeMethod()
560 … return s_alternativeMethods.TryGetValue(originalMethodInfo, out suggestedMethodInfo); in TryGetAlternativeMethod()
563 suggestedMethodInfo = null; in TryGetAlternativeMethod()