7 references to StartsWith
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (4)
2528
if (StringUtil.
StartsWith
(tagName, "config")) {
3601
if (!allowConfigNames && StringUtil.
StartsWith
(name, "config")) {
4449
if (StringUtil.
StartsWith
(name, "config") ||
4450
StringUtil.
StartsWith
(name, "lock")) {
System\Configuration\ConfigurationElement.cs (1)
1937
if (!StringUtil.
StartsWith
(name, "lock")) {
System\Configuration\MgmtConfigurationRecord.cs (2)
1009
if (factoryId.Group == configKey || StringUtil.
StartsWith
(factoryId.Group, configKeyAncestor)) {
1034
if (factoryId.ConfigKey == configKey || StringUtil.
StartsWith
(factoryId.ConfigKey, configKeyAncestor)) {