51 references to GetType
mscorlib (13)
system\activator.cs (1)
333type = Type.GetType(typeName + ", " + assemblyString, true /*throwOnError*/, ignoreCase);
system\reflection\assembly.cs (1)
308return Type.GetType(typeName + ", " + assemblyString, true /*throwOnError*/, false /*ignoreCase*/);
system\resources\manifestbasedresourcegroveler.cs (1)
367resSetType = Type.GetType(resSetTypeName, true, false);
system\runtime\remoting\message.cs (1)
4382Type exceptionType = Type.GetType(serverFault.ExceptionType, false, false);
system\security\cryptography\cryptoconfig.cs (3)
592retvalType = Type.GetType(retvalTypeString, false, false); 608retvalType = Type.GetType((String) retvalObj, false, false); 617retvalType = Type.GetType(name, false, false);
system\security\permissions\permissionattributes.cs (1)
110Type t = Type.GetType(typeName, false, false);
system\security\policy\applicationsecuritymanager.cs (1)
172Type tmClass = Type.GetType(trustManagerName, false, false);
system\security\policy\policylevel.cs (1)
1300Type type = System.Type.GetType(className, false, false);
system\security\util\xmlutil.cs (2)
650return Type.GetType(className, false, false); 658return Type.GetType(className, true, false);
system\unityserializationholder.cs (1)
277return Type.GetType(m_data, true, false);
System (3)
net\System\Net\Configuration\AuthenticationModulesSection.cs (1)
86type = Type.GetType(authenticationModuleElement.Type, true, true);
net\System\Net\Configuration\DefaultProxySection.cs (1)
186Type theType = Type.GetType(section.Module.Type, true, true);
net\System\Net\Configuration\WebRequestModuleElement.cs (1)
96this.type = Type.GetType(name, true, true);
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\GenericTypeParameterConverter.cs (1)
71return Type.GetType((string)value, false, true);
System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (2)
45target = Type.GetType(stringValue, false, true); 50target = Type.GetType(stringValue, false, true);
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\GenericTypeParameterConverter.cs (1)
71return Type.GetType((string)value, false, true);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypeToStringValueConverter.cs (2)
45target = Type.GetType(stringValue, false, true); 50target = Type.GetType(stringValue, false, true);
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
320Type type = Type.GetType(name, false, ignoreCase);
System.Runtime.Caching (1)
System\Caching\SRef.cs (1)
14private static Type s_type = Type.GetType("System.SizedReference", true, false);
System.ServiceModel (2)
System\ServiceModel\Description\ConfigLoader.cs (2)
322Type wsdlImporterType = Type.GetType(wsdlImporterElement.Type, true, true); 351Type policyImporterType = Type.GetType(policyImporterElement.Type, true, true);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\QueryStringConverter.cs (1)
270Type converterType = Type.GetType(converterAttr.ConverterTypeName, false, true);
System.Web (9)
Cache\SRef.cs (1)
11private static Type s_type = Type.GetType("System.SizedReference", true, false);
Compilation\BuildManager.cs (2)
1304type = Type.GetType(typeName, throwOnError, ignoreCase); 1314return Type.GetType(typeName, throwOnError, ignoreCase);
Configuration\HttpCapabilitiesEvaluator.cs (1)
87Type t = System.Type.GetType(BrowserCapabilitiesProviderType, true, true);
Profile\HttpProfileBase.cs (3)
247Type t = Type.GetType(inheritsType, false, true); 269Type t = Type.GetType(inheritsType, false, true); 625return Type.GetType(typeName, true, true);
Security\Membership.cs (1)
465Type t = Type.GetType(ps.Type, true, true);
Security\Roles.cs (1)
536Type t = Type.GetType(ps.Type, true, true);
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
751itemType = Type.GetType(typeof(Chart).Namespace + "." + itemTypeName, false, true);
System.Web.Extensions (6)
ClientServices\Providers\ClientFormsAuthenticationMembershipProvider.cs (1)
460_GetCredentialsType = Type.GetType(_GetCredentialsTypeName, true, true);
ClientServices\Providers\ClientSettingsProvider.cs (1)
124Type propType = Type.GetType(p.TypeName, false, true);
ClientServices\Providers\SqlHelper.cs (4)
246Type t = Type.GetType("System.Data.SqlServerCe." + typeName + ", System.Data.SqlServerCe", 252t = Type.GetType("System.Data.SqlServerCe." + typeName + 260t = Type.GetType("System.Data.SqlServerCe." + typeName + 268return Type.GetType("System.Data.SqlServerCe." + typeName +
System.Web.Services (2)
System\Web\Services\Configuration\SoapExtensionTypeElement.cs (1)
27this.Type = Type.GetType(type, true, true);
System\Web\Services\Configuration\TypeElement.cs (1)
51this.type = Type.GetType(name, true, true);
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
996result = Type.GetType(name, false, ignoreCase);
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
816type = Type.GetType(name, throwOnError, false);
System.Workflow.Runtime (3)
Tracking\SqlTrackingQuery.cs (1)
148inst.WorkflowType = Type.GetType(fullName + ", " + assemblyName, true, false);
Tracking\SqlTrackingWorkflowInstance.cs (2)
225Type type = Type.GetType(reader.GetString(6) + ", " + reader.GetString(7), true, false); 372Type type = Type.GetType(reader.GetString(8) + ", " + reader.GetString(9), true, false);
System.Xml (1)
System\Xml\Serialization\Configuration\SchemaImporterExtensionElement.cs (1)
79this.type = Type.GetType(name, true, true);