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