107 references to BaseGet
System.Configuration (4)
System\Configuration\ConnectionStringSettingsCollection.cs (2)
38return (ConnectionStringSettings)BaseGet(index); 41if (BaseGet(index) != null) {
System\Configuration\ProviderSettingsCollection.cs (2)
82return (ProviderSettings)BaseGet(index); 86if (BaseGet(index) != null)
System.Runtime.Caching (2)
System\Caching\Configuration\MemoryCacheSettingsCollection.cs (2)
37get { return (MemoryCacheElement)base.BaseGet(index); } 39if (base.BaseGet(index) != null) {
System.Runtime.Serialization (6)
System\Runtime\Serialization\Configuration\DeclaredTypeElementCollection.cs (2)
23DeclaredTypeElement retval = (DeclaredTypeElement)BaseGet(index); 37if (BaseGet(index) != null)
System\Runtime\Serialization\Configuration\ParameterElementCollection.cs (2)
24ParameterElement retval = (ParameterElement)BaseGet(index); 37if (BaseGet(index) != null)
System\Runtime\Serialization\Configuration\TypeElementCollection.cs (2)
23TypeElement retval = (TypeElement)BaseGet(index); 36if (BaseGet(index) != null)
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (2)
255return (ConfigurationElementType)this.BaseGet(index); 261if (this.BaseGet(index) != null)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Tracking\Configuration\TrackingConfigurationCollection.cs (2)
25return (TConfigurationElement)base.BaseGet(index); 37if (base.BaseGet(index) != null)
System.ServiceModel.Routing (4)
System\ServiceModel\Routing\Configuration\RoutingSection.cs (4)
391return (FilterElement)BaseGet(index); 395if (BaseGet(index) != null) 459return (NamespaceElement)BaseGet(index); 463if (BaseGet(index) != null)
System.Web (69)
Configuration\AssemblyCollection.cs (2)
42return (AssemblyInfo)BaseGet(index); 45if (BaseGet(index) != null) {
Configuration\AuthorizationRuleCollection.cs (3)
42return (AuthorizationRule)BaseGet(index); 45if (BaseGet(index) != null) { 168return (AuthorizationRule)BaseGet(index);
Configuration\BufferModesCollection.cs (2)
68return (BufferModeSettings)BaseGet(index); 71if (BaseGet(index) != null) {
Configuration\BuildProviderCollection.cs (2)
53return (BuildProvider)BaseGet(index); 56if (BaseGet(index) != null)
Configuration\ClientTargetCollection.cs (2)
73return (ClientTarget)BaseGet(index); 76if (BaseGet(index) != null) {
Configuration\CodeSubDirectoriesCollection.cs (2)
47return (CodeSubDirectory)BaseGet(index); 50if (BaseGet(index) != null) {
Configuration\CompilerCollection.cs (2)
60return (Compiler)BaseGet(index); 102return (Compiler)BaseGet(index);
Configuration\CustomErrorCollection.cs (3)
59return (CustomError)BaseGet(index); 62if (BaseGet(index) != null) { 100return (CustomError)BaseGet(index);
Configuration\EventMappingSettingsCollection.cs (2)
51return (EventMappingSettings)BaseGet(index); 54if (BaseGet(index) != null)
Configuration\ExpressionBuilderCollection.cs (2)
52return (ExpressionBuilder)BaseGet(index); 55if (BaseGet(index) != null) {
Configuration\FolderLevelBuildProviderCollection.cs (2)
45return (FolderLevelBuildProvider)BaseGet(index); 48if (BaseGet(index) != null)
Configuration\FormsAuthenticationUserCollection.cs (2)
128return (FormsAuthenticationUser)BaseGet(index); 172return (FormsAuthenticationUser)BaseGet(index);
Configuration\FullTrustAssemblyCollection.cs (2)
42return (FullTrustAssembly)BaseGet(index); 45if (BaseGet(index) != null) {
Configuration\HttpHandlerActionCollection.cs (2)
53return (HttpHandlerAction)BaseGet(index); 56if (BaseGet(index) != null) {
Configuration\HttpModuleActionCollection.cs (2)
43return (HttpModuleAction)BaseGet(index); 46if (BaseGet(index) != null) {
Configuration\IgnoreDeviceFilterElementCollection.cs (2)
66return (IgnoreDeviceFilterElement)BaseGet(index); 69if (BaseGet(index) != null) {
Configuration\NamespaceCollection.cs (2)
56return (NamespaceInfo)BaseGet(index); 59if (BaseGet(index) != null)
Configuration\OutputCacheProfileCollection.cs (3)
58return (OutputCacheProfile)BaseGet(index); 61if (BaseGet(index) != null) 86return (OutputCacheProfile)BaseGet(index);
Configuration\PartialTrustVisibleAssemblyCollection.cs (2)
42return (PartialTrustVisibleAssembly)BaseGet(index); 45if (BaseGet(index) != null) {
Configuration\ProfileGroupSettingsCollection.cs (5)
54return (ProfileGroupSettings)BaseGet(index); 57if (BaseGet(index) != null) { 125return (ProfileGroupSettings)BaseGet(index); 158ConfigurationElement elem = BaseGet(index); 175ConfigurationElement elem = BaseGet(i);
Configuration\ProfilePropertySettingsCollection.cs (3)
78return (ProfilePropertySettings)BaseGet(index); 81if (BaseGet(index) != null) { 101return (ProfilePropertySettings)BaseGet(index);
Configuration\ProfileSettingsCollection.cs (2)
45return (ProfileSettings)BaseGet(index); 48if (BaseGet(index) != null) {
Configuration\ProtocolsSection.cs (2)
116return (ProtocolElement)BaseGet( index ); 120if ( BaseGet( index ) != null)
Configuration\RuleSettingsCollection.cs (2)
45return (RuleSettings)BaseGet(index); 48if (BaseGet(index) != null) {
Configuration\SqlCacheDependencyDatabaseCollection.cs (3)
51return (SqlCacheDependencyDatabase)BaseGet(index); 54if (BaseGet(index) != null) { 80return (SqlCacheDependencyDatabase)BaseGet(index);
Configuration\TagMapCollection.cs (2)
44return (TagMapInfo)BaseGet(index); 47if (BaseGet(index) != null) {
Configuration\TagPrefixCollection.cs (2)
44return (TagPrefixInfo)BaseGet(index); 47if (BaseGet(index) != null) {
Configuration\TransformerInfoCollection.cs (2)
44return (TransformerInfo)BaseGet(index); 47if (BaseGet(index) != null) {
Configuration\TrustLevelCollection.cs (3)
38return (TrustLevel)BaseGet(index); 41if (BaseGet(index) != null) { 95return (TrustLevel)BaseGet(index);
Configuration\UrlMappingCollection.cs (2)
74return (UrlMapping)BaseGet(index); 77if (BaseGet(index) != null) {
System.Web.Extensions (2)
Configuration\ConvertersCollection.cs (2)
42return (Converter)BaseGet(index); 45if (BaseGet(index) != null) {
System.Web.Mobile (6)
Mobile\DeviceFiltersSection.cs (2)
139return (DeviceFilterElement)BaseGet( index ); 142if ( BaseGet( index ) != null) {
UI\MobileControls\MobileControlsSection.cs (4)
197return (DeviceElement)BaseGet( index ); 201if ( BaseGet( index ) != null) 536return (ControlElement)BaseGet( index ); 540if ( BaseGet( index ) != null)
System.Web.Services (8)
System\Web\Services\Configuration\ProtocolElementCollection.cs (2)
167return (ProtocolElement)BaseGet(index); 171if (BaseGet(index) != null)
System\Web\Services\Configuration\SoapExtensionTypeElementCollection.cs (2)
153return (SoapExtensionTypeElement)BaseGet(index); 157if (BaseGet(index) != null)
System\Web\Services\Configuration\TypeElementCollection.cs (2)
154return (TypeElement)BaseGet(index); 158if (BaseGet(index) != null)
System\Web\Services\Configuration\WsiProfilesElementCollection.cs (2)
160return (WsiProfilesElement)BaseGet(index); 164if (BaseGet(index) != null)
System.Xaml.Hosting (2)
System\Xaml\Hosting\Configuration\HandlerElementCollection.cs (2)
41return (HandlerElement)base.BaseGet(index); 45if (base.BaseGet(index) != null)