Home
last modified time | relevance | path

Searched refs:BaseGet (Results 1 – 25 of 195) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DProfileGroupSettingsCollection.cs48 return (ProfileGroupSettings)BaseGet(name);
54 return (ProfileGroupSettings)BaseGet(index);
57 if (BaseGet(index) != null) {
125 return (ProfileGroupSettings)BaseGet(index); in Get()
129 return (ProfileGroupSettings)BaseGet(name); in Get()
145 ConfigurationElement elem = BaseGet(name); in Remove()
158 ConfigurationElement elem = BaseGet(index); in RemoveAt()
175 ConfigurationElement elem = BaseGet(i); in Clear()
H A DSqlCacheDependencyDatabaseCollection.cs42 return (SqlCacheDependencyDatabase)BaseGet(name);
51 return (SqlCacheDependencyDatabase)BaseGet(index);
54 if (BaseGet(index) != null) {
80 return (SqlCacheDependencyDatabase)BaseGet(index); in Get()
84 return (SqlCacheDependencyDatabase)BaseGet(name); in Get()
H A DFragmentCacheProfileCollection.cs48 return (FragmentCacheProfile)BaseGet(name);
57 return (FragmentCacheProfile)BaseGet(index);
60 if (BaseGet(index) != null) {
86 return (FragmentCacheProfile)BaseGet(index); in Get()
90 return (FragmentCacheProfile)BaseGet(name); in Get()
H A DOutputCacheProfileCollection.cs49 return (OutputCacheProfile)BaseGet(name);
58 return (OutputCacheProfile)BaseGet(index);
61 if (BaseGet(index) != null)
86 return (OutputCacheProfile)BaseGet(index); in Get()
90 return (OutputCacheProfile)BaseGet(name); in Get()
H A DProfilePropertySettingsCollection.cs72 return (ProfilePropertySettings)BaseGet(name);
78 return (ProfilePropertySettings)BaseGet(index);
81 if (BaseGet(index) != null) {
101 return (ProfilePropertySettings)BaseGet(index); in Get()
105 return (ProfilePropertySettings)BaseGet(name); in Get()
H A DCustomErrorCollection.cs53 … return (CustomError)BaseGet((object)Int32.Parse(statusCode, CultureInfo.InvariantCulture));
59 return (CustomError)BaseGet(index);
62 if (BaseGet(index) != null) {
100 return (CustomError)BaseGet(index); in Get()
104 … return (CustomError)BaseGet((object)Int32.Parse(statusCode, CultureInfo.InvariantCulture)); in Get()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DEventMappingSettingsCollection.cs59 return BaseGet (name) != null; in Contains()
74 EventMappingSettings settings = (EventMappingSettings)BaseGet (name); in IndexOf()
98 get { return (EventMappingSettings) BaseGet (index); }
99 set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
103 get { return (EventMappingSettings) BaseGet (key); }
H A DRuleSettingsCollection.cs59 return BaseGet (name) != null; in Contains()
74 RuleSettings r = (RuleSettings)BaseGet (name); in IndexOf()
98 get { return (RuleSettings) BaseGet (key); }
102 get { return (RuleSettings) BaseGet (index); }
103 set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
H A DProfileSettingsCollection.cs59 return BaseGet (name) != null; in Contains()
74 ProfileSettings s = (ProfileSettings)BaseGet (name); in IndexOf()
98 get { return (ProfileSettings)BaseGet (key); }
102 get { return (ProfileSettings)BaseGet (index); }
103 set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
H A DSqlCacheDependencyDatabaseCollection.cs52 return (SqlCacheDependencyDatabase) BaseGet (name); in Get()
57 return (SqlCacheDependencyDatabase) BaseGet (index); in Get()
112 get { return (SqlCacheDependencyDatabase) BaseGet (index); }
113 set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
117 get { return (SqlCacheDependencyDatabase) BaseGet (name); }
H A DOutputCacheProfileCollection.cs75 return (OutputCacheProfile)BaseGet (name); in Get()
80 return (OutputCacheProfile)BaseGet (index); in Get()
117 get { return (OutputCacheProfile) BaseGet (index); }
118 set { if (BaseGet (index) != null) BaseRemoveAt (index); BaseAdd (index, value); }
122 get { return (OutputCacheProfile) BaseGet (name); }
H A DCustomErrorCollection.cs75 return (CustomError)BaseGet (statusCode); in Get()
80 return (CustomError)BaseGet (index); in Get()
125 get { return (CustomError)BaseGet (index); }
126 set { if (BaseGet (index) != null) RemoveAt (index); BaseAdd (index, value); }
130 get { return (CustomError)BaseGet (statusCode); }
H A DVirtualDirectoryMappingCollection.cs56 return (VirtualDirectoryMapping) BaseGet (index); in Get()
61 return (VirtualDirectoryMapping) BaseGet (virtualDirectory); in Get()
84 get { return (VirtualDirectoryMapping) BaseGet (index); }
88 get { return (VirtualDirectoryMapping) BaseGet (virtualDirectory); }
H A DTrustLevelCollection.cs59 return (TrustLevel) BaseGet (index); in Get()
74 if (BaseGet (index) != null) in Set()
103 get { return (TrustLevel) BaseGet (key); }
107 get { return (TrustLevel) BaseGet (index); }
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Configuration/
H A DSoapExtensionTypeElementCollection.cs38 return this.BaseGet(key) != null; in ContainsKey()
109 SoapExtensionTypeElement retval = (SoapExtensionTypeElement)this.BaseGet(key);
134 if (BaseGet(key) != null)
153 return (SoapExtensionTypeElement)BaseGet(index);
157 if (BaseGet(index) != null)
H A DTypeElementCollection.cs38 return this.BaseGet(key) != null; in ContainsKey()
110 TypeElement retval = (TypeElement)this.BaseGet(key);
135 if (BaseGet(key) != null)
154 return (TypeElement)BaseGet(index);
158 if (BaseGet(index) != null)
H A DWsiProfilesElementCollection.cs38 return this.BaseGet(key) != null; in ContainsKey()
116 WsiProfilesElement retval = (WsiProfilesElement)this.BaseGet(key);
141 if (BaseGet(key) != null)
160 return (WsiProfilesElement)BaseGet(index);
164 if (BaseGet(index) != null)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Serialization/Configuration/
H A DSchemaImporterExtensionElementCollection.cs26 return (SchemaImporterExtensionElement)BaseGet(index);
30 if (BaseGet(index) != null)
42 return (SchemaImporterExtensionElement)BaseGet(name);
46 if (BaseGet(name) != null)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/Authentication/ExtendedProtection/Configuration/
H A DServiceNameElementCollection.cs22 return (ServiceNameElement)BaseGet(index);
26 if (BaseGet(index) != null)
38 return (ServiceNameElement)BaseGet(name);
42 if (BaseGet(name) != null)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/Configuration/
H A DConnectionManagementElementCollection.cs25 return (ConnectionManagementElement)BaseGet(index);
29 if (BaseGet(index) != null)
41 return (ConnectionManagementElement)BaseGet(name);
45 if (BaseGet(name) != null)
H A DWebRequestModuleElementCollection.cs25 return (WebRequestModuleElement)BaseGet(index);
29 if (BaseGet(index) != null)
41 return (WebRequestModuleElement)BaseGet(name);
45 if (BaseGet(name) != null)
H A DAuthenticationModuleElementCollection.cs25 return (AuthenticationModuleElement)BaseGet(index);
29 if (BaseGet(index) != null)
41 return (AuthenticationModuleElement)BaseGet(name);
45 if (BaseGet(name) != null)
H A DBypassElementCollection.cs25 return (BypassElement)BaseGet(index);
29 if (BaseGet(index) != null)
41 return (BypassElement)BaseGet(name);
45 if (BaseGet(name) != null)
/dports/lang/mono/mono-5.10.1.57/mcs/tools/cil-strip/Mono.Cecil/
H A DExternTypeCollection.cs48 get { return this.BaseGet (index) as TypeReference; }
53 get { return this.BaseGet (fullName) as TypeReference; }
78 get { return BaseGet (index); }
111 return this.BaseGet (fullName) != null; in Contains()
151 values [i] = this.BaseGet (i); in BaseGetAllValues()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/
H A DConfigurationValues.cs60 return BaseGet(key) != null; in Contains()
70 return (ConfigurationValue)BaseGet(key); in GetConfigValue()
75 return (ConfigurationValue)BaseGet(index); in GetConfigValue()
124 ConfigurationValue configurationValue = (ConfigurationValue)BaseGet(key); in RetrieveFlags()
130 ConfigurationValue configurationValue = (ConfigurationValue)BaseGet(key); in IsModified()
138 ConfigurationValue configurationValue = (ConfigurationValue)BaseGet(key); in IsInherited()

12345678