8 references to GetReflectionType
System.Web (8)
UI\TargetFrameworkUtil.cs (8)
163
var reflectionTypes = from t in types select
GetReflectionType
(t);
202
Type reflectionType =
GetReflectionType
(type);
203
Type reflectionReturnType =
GetReflectionType
(returnType);
251
Type targetFrameworkType =
GetReflectionType
(type);
287
Type targetFrameworkType =
GetReflectionType
(type);
449
Type targetType =
GetReflectionType
(type);
460
Type targetFrameworkType =
GetReflectionType
(type);
521
Type reflectionType =
GetReflectionType
(type);