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