Home
last modified time | relevance | path

Searched defs:FindGenericType (Results 1 – 5 of 5) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Queryable/src/System/Linq/
H A DTypeHelper.cs12 internal static Type FindGenericType(Type definition, Type type) in FindGenericType() method in System.Linq.TypeHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/Linq/
H A DTypeHelper.cs19 internal static Type FindGenericType(Type definition, Type type) { in FindGenericType() method in System.Linq.TypeHelper
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DTypeUtils.cs618 internal static Type FindGenericType(Type definition, Type type) { in FindGenericType() method in System.Dynamic.Utils.TypeUtils
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/Utils/
H A DTypeUtils.cs789 public static Type FindGenericType(Type definition, Type type) in FindGenericType() method in System.Dynamic.Utils.TypeUtils
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/WebControls/
H A DDynamic.cs1214 static Type FindGenericType(Type generic, Type type) { in FindGenericType() method in System.Web.Query.Dynamic.ExpressionParser