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