14 references to EqualsIgnoreCase
System.Configuration (14)
System\Configuration\BaseConfigurationRecord.cs (4)
382
if (!StringUtil.
EqualsIgnoreCase
(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.ConfigPath)) {
518
if (StringUtil.
EqualsIgnoreCase
(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this._configPath) &&
1829
StringUtil.
EqualsIgnoreCase
(sectionXmlInfo.SubPath, locationSubPathAttribute)) {
4559
Debug.Assert(StringUtil.
EqualsIgnoreCase
(yTargetConfigPath, xTargetConfigPath));
System\Configuration\ClientConfigurationHost.cs (5)
112
return StringUtil.
EqualsIgnoreCase
(configPath, ExeConfigPath);
116
return StringUtil.
EqualsIgnoreCase
(configPath, RoamingUserConfigPath);
120
return StringUtil.
EqualsIgnoreCase
(configPath, LocalUserConfigPath);
125
return StringUtil.
EqualsIgnoreCase
(configPath, RoamingUserConfigPath) ||
126
StringUtil.
EqualsIgnoreCase
(configPath, LocalUserConfigPath);
System\Configuration\MgmtConfigurationRecord.cs (4)
597
StringUtil.
EqualsIgnoreCase
(sectionRecord.FileInput.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) {
609
if (StringUtil.
EqualsIgnoreCase
(locationSectionRecord.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) {
636
if (StringUtil.
EqualsIgnoreCase
(oldConfigSource, newConfigSource))
2824
elementLocationPathApplies = StringUtil.
EqualsIgnoreCase
(ConfigPath, Host.GetConfigPathFromLocationSubPath(Parent.ConfigPath, locationSubPathAttribute));
System\Configuration\updateconfighost.cs (1)
44
if (!alwaysIntercept && StringUtil.
EqualsIgnoreCase
(oldStreamname, newStreamname)) {