34 references to StringUtil
System.Configuration (34)
System\Configuration\BaseConfigurationRecord.cs (11)
382
if (!
StringUtil
.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.ConfigPath)) {
518
if (
StringUtil
.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this._configPath) &&
1829
StringUtil
.EqualsIgnoreCase(sectionXmlInfo.SubPath, locationSubPathAttribute)) {
2528
if (
StringUtil
.StartsWith(tagName, "config")) {
2530
if (!
StringUtil
.Equals(tagName, RESERVED_SECTION_CONFIGURATION_BUILDERS) || sectionType != ConfigurationBuildersSectionType) {
3394
if (!
StringUtil
.StartsWithIgnoreCase(s_appConfigPath, targetConfigPath)
3395
&& !
StringUtil
.StartsWithIgnoreCase(targetConfigPath, s_appConfigPath)) {
3601
if (!allowConfigNames &&
StringUtil
.StartsWith(name, "config")) {
4449
if (
StringUtil
.StartsWith(name, "config") ||
4450
StringUtil
.StartsWith(name, "lock")) {
4559
Debug.Assert(
StringUtil
.EqualsIgnoreCase(yTargetConfigPath, xTargetConfigPath));
System\Configuration\ClientConfigPaths.cs (3)
93
if (
StringUtil
.StartsWithIgnoreCase(applicationUri, FILE_URI_LOCAL)) {
99
else if (
StringUtil
.StartsWithIgnoreCase(applicationUri, FILE_URI_UNC)) {
157
bool isHttp =
StringUtil
.StartsWithIgnoreCase(_applicationConfigUri, HTTP_URI);
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\ConfigurationElement.cs (1)
1937
if (!
StringUtil
.StartsWith(name, "lock")) {
System\Configuration\ConfigurationErrorsException.cs (2)
370
if (
StringUtil
.StartsWithIgnoreCase(filename, HTTP_PREFIX)) {
418
if (
StringUtil
.StartsWithIgnoreCase(filename, HTTP_PREFIX)) {
System\Configuration\KeyValueConfigurationCollection.cs (1)
69
return
StringUtil
.ObjectArrayToStringArray(BaseGetAllKeys());
System\Configuration\MgmtConfigurationRecord.cs (9)
597
StringUtil
.EqualsIgnoreCase(sectionRecord.FileInput.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) {
609
if (
StringUtil
.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.ConfigSourceStreamName, oldStreamName)) {
636
if (
StringUtil
.EqualsIgnoreCase(oldConfigSource, newConfigSource))
1009
if (factoryId.Group == configKey ||
StringUtil
.StartsWith(factoryId.Group, configKeyAncestor)) {
1034
if (factoryId.ConfigKey == configKey ||
StringUtil
.StartsWith(factoryId.ConfigKey, configKeyAncestor)) {
1672
!
StringUtil
.EqualsNE(configSource, configSection.SectionInformation.ConfigSource)
1673
|| !
StringUtil
.EqualsNE(protectionProviderName, configSection.SectionInformation.ProtectionProviderName)
1674
|| !
StringUtil
.EqualsNE(configBuilderName, configSection.SectionInformation.ConfigBuilderName)
2824
elementLocationPathApplies =
StringUtil
.EqualsIgnoreCase(ConfigPath, Host.GetConfigPathFromLocationSubPath(Parent.ConfigPath, locationSubPathAttribute));
System\Configuration\NameValueConfigurationCollection.cs (1)
74
return
StringUtil
.ObjectArrayToStringArray(BaseGetAllKeys());
System\Configuration\updateconfighost.cs (1)
44
if (!alwaysIntercept &&
StringUtil
.EqualsIgnoreCase(oldStreamname, newStreamname)) {