5 references to GetType
System.Web (5)
UI\ObjectTag.cs (1)
89_type = parser.GetType(tmp);
UI\TemplateControlParser.cs (1)
284resultType = GetType(typeName);
UI\TemplateParser.cs (3)
1819Type interfaceType = GetType(interfaceName); 2076baseType = GetType(baseTypeName); 2093baseType = GetType(baseTypeNameWithNS);