18 references to BaseGet
Microsoft.Build (3)
ToolsetElement.cs (3)
214
return (ExtensionsPathElement)this.
BaseGet
(os);
397
return (PropertyElement)this.
BaseGet
(name);
568
return (ToolsetElement)this.
BaseGet
(toolsVersion);
Microsoft.Build.Utilities.Core (3)
ToolsetElement.cs (3)
214
return (ExtensionsPathElement)this.
BaseGet
(os);
397
return (PropertyElement)this.
BaseGet
(name);
568
return (ToolsetElement)this.
BaseGet
(toolsVersion);
System.Configuration.ConfigurationManager (11)
System\Configuration\ConnectionStringSettingsCollection.cs (1)
27
public new ConnectionStringSettings this[string name] => (ConnectionStringSettings)
BaseGet
(name);
System\Configuration\KeyValueConfigurationCollection.cs (2)
21
public new KeyValueConfigurationElement this[string key] => (KeyValueConfigurationElement)
BaseGet
(key);
32
KeyValueConfigurationElement oldValue = (KeyValueConfigurationElement)
BaseGet
(keyValue.Key);
System\Configuration\NameValueConfigurationCollection.cs (2)
15
get { return (NameValueConfigurationElement)
BaseGet
(name); }
19
NameValueConfigurationElement tempElement = (NameValueConfigurationElement)
BaseGet
(name);
System\Configuration\ProviderSettingsCollection.cs (1)
17
public new ProviderSettings this[string key] => (ProviderSettings)
BaseGet
(key);
System\Configuration\SchemeSettingElementCollection.cs (1)
36
get { return (SchemeSettingElement)
BaseGet
(name); }
System\Configuration\SettingElementCollection.cs (1)
36
return (SettingElement)
BaseGet
(elementKey);
System\Diagnostics\ListenerElementsCollection.cs (1)
17
public new ListenerElement this[string name] => (ListenerElement)
BaseGet
(name);
System\Diagnostics\SourceElementsCollection.cs (1)
16
public new SourceElement this[string name] => (SourceElement)
BaseGet
(name);
System\Diagnostics\SwitchElementsCollection.cs (1)
14
public new SwitchElement this[string name] => (SwitchElement)
BaseGet
(name);
System.Runtime.Caching (1)
System\Runtime\Caching\Configuration\MemoryCacheSettingsCollection.cs (1)
48
return (MemoryCacheElement)
BaseGet
(key);