7 references to GetReflectionType
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
2167
return NodeFor(type).
GetReflectionType
(type);
System.Web (6)
Compilation\ClientBuildManagerTypeDescriptionProviderBridge.cs (5)
28
return _targetFrameworkProvider.
GetReflectionType
(type);
61
Type reflectionType = _targetFrameworkProvider.
GetReflectionType
(type);
74
Type reflectionType = _targetFrameworkProvider.
GetReflectionType
(type);
101
Type reflectionType = _targetFrameworkProvider.
GetReflectionType
(type);
115
Type reflectionType = _targetFrameworkProvider.
GetReflectionType
(type);
UI\TargetFrameworkUtil.cs (1)
154
return provider.
GetReflectionType
(type);