3 references to GetReflectionType
System.Web (3)
Compilation\ClientBuildManagerTypeDescriptionProviderBridge.cs (3)
35var reflectionTypes = from t in types select GetReflectionType(t); 46Type reflectionType = GetReflectionType(type); 88reflectionType = GetReflectionType(type);