13 references to GetType
System.Data.Services.Design (1)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
462
bool isSentinalTypePresent = BuildManager.
GetType
("System.Data.Services.Client.DataServiceCollection`1", false /*throwOnError*/) != null;
System.Web (8)
Compilation\WebReferencesBuildProvider.cs (1)
41
s_indigoWebRefProviderType = BuildManager.
GetType
(IndigoWebRefProviderTypeName, false /*throwOnError*/);
Configuration\HealthMonitoringSectionHelper.cs (1)
539
type = BuildManager.
GetType
(typeName, false);
Configuration\HttpCapabilitiesBase.cs (1)
595
_tagwriter = BuildManager.
GetType
(tagWriter, true /*throwOnError*/);
Configuration\WebConfigurationHost.cs (1)
798
return BuildManager.
GetType
(typeName, throwOnError);
Profile\HttpProfileBase.cs (1)
337
t = BuildManager.
GetType
(pps.Type, false);
UI\Page.cs (1)
6399
_scriptManagerType = BuildManager.
GetType
("System.Web.UI.ScriptManager", false);
UI\WebControls\DataBoundControlHelper.cs (1)
139
Type entityType = BuildManager.
GetType
(entityTypeName, throwOnError: false);
UI\WebParts\WebPartUtil.cs (1)
24
return BuildManager.
GetType
(typeName, throwOnError);
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1126
contextType = System.Web.Compilation.BuildManager.
GetType
(_owner.ContextTypeName, /*throw on error*/ true);
System.Web.Extensions (3)
Compilation\WCFBuildProvider.cs (1)
609
return BuildManager.
GetType
(typeName, true);
Configuration\ConvertersCollection.cs (1)
80
Type t = BuildManager.
GetType
(converter.Type, false /*throwOnError*/);
UI\BundleReflectionHelper.cs (1)
117
Type bundleResolverType = BuildManager.
GetType
("System.Web.Optimization.BundleResolver", throwOnError: false);