73 references to BaseGet
System.Configuration (6)
System\Configuration\ConnectionStringSettingsCollection.cs (1)
50return (ConnectionStringSettings)BaseGet(name);
System\Configuration\KeyValueConfigurationCollection.cs (2)
51return (KeyValueConfigurationElement)BaseGet(key); 83KeyValueConfigurationElement oldValue = (KeyValueConfigurationElement)BaseGet(keyValue.Key);
System\Configuration\NameValueConfigurationCollection.cs (2)
55return (NameValueConfigurationElement) BaseGet(name); 60NameValueConfigurationElement tempElement = (NameValueConfigurationElement) BaseGet(name);
System\Configuration\ProviderSettingsCollection.cs (1)
74return (ProviderSettings)BaseGet(key);
System.IdentityModel (3)
System\IdentityModel\Configuration\IdentityConfigurationElementCollection.cs (2)
59IdentityConfigurationElement result = base.BaseGet(name) as IdentityConfigurationElement; 72IdentityConfigurationElement result = base.BaseGet(name) as IdentityConfigurationElement;
System\IdentityModel\Configuration\SecurityTokenHandlerSetElementCollection.cs (1)
42SecurityTokenHandlerElementCollection result = base.BaseGet(name) as SecurityTokenHandlerElementCollection;
System.Runtime.Caching (1)
System\Caching\Configuration\MemoryCacheSettingsCollection.cs (1)
48return (MemoryCacheElement)BaseGet(key);
System.Runtime.Serialization (4)
System\Runtime\Serialization\Configuration\DeclaredTypeElementCollection.cs (3)
54DeclaredTypeElement retval = (DeclaredTypeElement)BaseGet(typeName); 71if (BaseGet(typeName) != null) 110return this.BaseGet(typeName) != null;
System\Runtime\Serialization\Configuration\ParameterElementCollection.cs (1)
77return this.BaseGet(typeName) != null;
System.ServiceModel (9)
System\ServiceModel\Configuration\EndpointBehaviorElementCollection.cs (1)
44EndpointBehaviorElement parentEndpointBehaviorElement = this.BaseGet(endpointBehaviorElementName) as EndpointBehaviorElement;
System\ServiceModel\Configuration\ExtensionElementCollection.cs (1)
56ExtensionElement oldElement = (ExtensionElement)this.BaseGet(newElementKey);
System\ServiceModel\Configuration\ServiceBehaviorElementCollection.cs (1)
53ServiceBehaviorElement parentServiceBehaviorElement = this.BaseGet(serviceBehaviorElementName) as ServiceBehaviorElement;
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (3)
121return null != this.BaseGet(key); 208ConfigurationElementType retval = (ConfigurationElementType)this.BaseGet(key); 234if (this.BaseGet(key) != null)
System\ServiceModel\Configuration\ServiceModelEnhancedConfigurationElementCollection.cs (1)
34ConfigurationElement oldElement = this.BaseGet(newElementKey);
System\ServiceModel\Configuration\XPathMessageFilterElementCollection.cs (2)
89XPathMessageFilterElement retval = (XPathMessageFilterElement)this.BaseGet(key); 129if (BaseGet(key) != null)
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (4)
148return (FilterTableEntryCollection)BaseGet(name); 259return (BackupEndpointCollection)BaseGet(name); 407return (FilterElement)BaseGet(name); 475return (NamespaceElement)BaseGet(name);
System.Web (31)
Configuration\AssemblyCollection.cs (1)
54return (AssemblyInfo)BaseGet(assemblyName);
Configuration\BufferModesCollection.cs (1)
63return (BufferModeSettings)BaseGet(key);
Configuration\BuildProviderCollection.cs (1)
48return (BuildProvider)BaseGet(name);
Configuration\ClientTargetCollection.cs (1)
67return (ClientTarget)BaseGet(name);
Configuration\CompilerCollection.cs (2)
54return (Compiler)BaseGet(language); 106return (Compiler)BaseGet(language);
Configuration\CustomErrorCollection.cs (2)
53return (CustomError)BaseGet((object)Int32.Parse(statusCode, CultureInfo.InvariantCulture)); 104return (CustomError)BaseGet((object)Int32.Parse(statusCode, CultureInfo.InvariantCulture));
Configuration\EventMappingSettingsCollection.cs (2)
44return (EventMappingSettings)BaseGet(key); 88ConfigurationElement element = BaseGet((Object)name);
Configuration\ExpressionBuilderCollection.cs (1)
46return (ExpressionBuilder)BaseGet(name);
Configuration\FolderLevelBuildProviderCollection.cs (1)
40return (BuildProvider)BaseGet(name);
Configuration\FormsAuthenticationUserCollection.cs (2)
113return (FormsAuthenticationUser)BaseGet(name); 176return (FormsAuthenticationUser)BaseGet(name);
Configuration\IgnoreDeviceFilterElementCollection.cs (1)
60return (IgnoreDeviceFilterElement)BaseGet(name);
Configuration\OutputCacheProfileCollection.cs (2)
49return (OutputCacheProfile)BaseGet(name); 90return (OutputCacheProfile)BaseGet(name);
Configuration\ProfileGroupSettingsCollection.cs (3)
48return (ProfileGroupSettings)BaseGet(name); 129return (ProfileGroupSettings)BaseGet(name); 145ConfigurationElement elem = BaseGet(name);
Configuration\ProfilePropertySettingsCollection.cs (2)
72return (ProfilePropertySettings)BaseGet(name); 105return (ProfilePropertySettings)BaseGet(name);
Configuration\ProfileSettingsCollection.cs (2)
57return (ProfileSettings)BaseGet(key); 88ConfigurationElement element = BaseGet((Object)name);
Configuration\ProtocolsSection.cs (1)
109return (ProtocolElement)BaseGet( name );
Configuration\RuleSettingsCollection.cs (2)
57return (RuleSettings)BaseGet(key); 92ConfigurationElement element = BaseGet((Object)name);
Configuration\SqlCacheDependencyDatabaseCollection.cs (2)
42return (SqlCacheDependencyDatabase)BaseGet(name); 84return (SqlCacheDependencyDatabase)BaseGet(name);
Configuration\TrustLevelCollection.cs (1)
50return (TrustLevel)BaseGet(key);
Configuration\UrlMappingCollection.cs (1)
68return (UrlMapping)BaseGet(name);
System.Web.Mobile (3)
Mobile\DeviceFiltersSection.cs (1)
133return (DeviceFilterElement)BaseGet( name );
UI\MobileControls\MobileControlsSection.cs (2)
190return (DeviceElement)BaseGet( name ); 529return (ControlElement)BaseGet( name );
System.Web.Services (12)
System\Web\Services\Configuration\ProtocolElementCollection.cs (3)
38return this.BaseGet(key) != null; 123ProtocolElement retval = (ProtocolElement)this.BaseGet(key); 148if (BaseGet(key) != null)
System\Web\Services\Configuration\SoapExtensionTypeElementCollection.cs (3)
38return this.BaseGet(key) != null; 109SoapExtensionTypeElement retval = (SoapExtensionTypeElement)this.BaseGet(key); 134if (BaseGet(key) != null)
System\Web\Services\Configuration\TypeElementCollection.cs (3)
38return this.BaseGet(key) != null; 110TypeElement retval = (TypeElement)this.BaseGet(key); 135if (BaseGet(key) != null)
System\Web\Services\Configuration\WsiProfilesElementCollection.cs (3)
38return this.BaseGet(key) != null; 116WsiProfilesElement retval = (WsiProfilesElement)this.BaseGet(key); 141if (BaseGet(key) != null)