Home
last modified time | relevance | path

Searched refs:BaseGet (Results 126 – 150 of 195) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DVirtualDirectoryMappingCollection.cs79 return (VirtualDirectoryMapping) BaseGet(index); in Get()
85 return (VirtualDirectoryMapping) BaseGet(virtualDirectory); in Get()
H A DTransformerInfoCollection.cs44 return (TransformerInfo)BaseGet(index);
47 if (BaseGet(index) != null) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/src/System/Collections/Specialized/
H A DNameObjectCollectionBase.cs271 protected Object BaseGet(String name) in BaseGet() method in System.Collections.Specialized.NameObjectCollectionBase
308 protected Object BaseGet(int index) in BaseGet() method in System.Collections.Specialized.NameObjectCollectionBase
434 allValues[i] = BaseGet(i); in BaseGetAllValues()
454 allValues[i] = BaseGet(i); in BaseGetAllValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/Mobile/
H A DDeviceFiltersSection.cs133 return (DeviceFilterElement)BaseGet( name );
139 return (DeviceFilterElement)BaseGet( index );
142 if ( BaseGet( index ) != null) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Configuration/
H A DXPathMessageFilterElementCollection.cs89 XPathMessageFilterElement retval = (XPathMessageFilterElement)this.BaseGet(key);
129 if (BaseGet(key) != null)
H A DEndpointBehaviorElementCollection.cs44 …EndpointBehaviorElement parentEndpointBehaviorElement = this.BaseGet(endpointBehaviorElementName) … in BaseAdd()
H A DServiceBehaviorElementCollection.cs53 …ServiceBehaviorElement parentServiceBehaviorElement = this.BaseGet(serviceBehaviorElementName) as … in BaseAdd()
H A DServiceModelEnhancedConfigurationElementCollection.cs34 ConfigurationElement oldElement = this.BaseGet(newElementKey); in BaseAdd()
H A DExtensionElementCollection.cs56 ExtensionElement oldElement = (ExtensionElement)this.BaseGet(newElementKey); in InheritedElementExists()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpApplicationState.cs99 ret = BaseGet (name); in Get()
116 return BaseGet (index); in Get()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A Dhttpapplicationstate.cs200 obj = BaseGet(name); in Get()
234 obj = BaseGet(index); in Get()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DSettingElementCollection.cs37 return (SettingElement)BaseGet(elementKey); in Get()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dnameobjectcollectionbase.cs420 protected Object BaseGet(String name) { in BaseGet() method in System.Collections.Specialized.NameObjectCollectionBase
453 protected Object BaseGet(int index) { in BaseGet() method in System.Collections.Specialized.NameObjectCollectionBase
562 allValues[i] = BaseGet(i); in BaseGetAllValues()
579 allValues[i] = BaseGet(i); in BaseGetAllValues()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Configuration/
H A DSecurityTokenHandlerSetElementCollection.cs42 …SecurityTokenHandlerElementCollection result = base.BaseGet(name) as SecurityTokenHandlerElementCo… in BaseAdd()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/
H A DBaseControlCollection.cs42 get {return base.BaseGet (name) as BaseControl;}
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Routing/System.ServiceModel.Routing.Configuration/
H A DFilterTableCollection.cs42 get { return (FilterTableEntryCollection) BaseGet (name); }
H A DNamespaceElementCollection.cs46 get { return (NamespaceElement) BaseGet (index); }
H A DFilterElementCollection.cs47 get { return (FilterElement) BaseGet (index); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DKeyValueConfigurationCollection.cs69 get { return (KeyValueConfigurationElement) BaseGet (key); }
H A DNameValueConfigurationCollection.cs62 return (NameValueConfigurationElement)BaseGet (name);
H A DConfigurationSectionGroupCollection.cs60 ConfigurationSectionGroup sec = BaseGet (name) as ConfigurationSectionGroup;
H A DConfigurationSectionCollection.cs64 ConfigurationSection sec = BaseGet (name) as ConfigurationSection;
H A DSectionGroupInfo.cs446 get { return (ConfigInfo) BaseGet (name); }
452 get { return (ConfigInfo) BaseGet (index); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/diagnostics/
H A DSwitchElementsCollection.cs19 return (SwitchElement) BaseGet(name);
H A DSourceElementsCollection.cs20 return (SourceElement) BaseGet(name);

12345678