3 writes to _seedList
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationLockCollection.cs (3)
53
_seedList
+= ",";
54
_seedList
+= key;
122
_seedList
= string.Empty;
5 references to _seedList
System.Configuration.ConfigurationManager (5)
System\Configuration\ConfigurationLockCollection.cs (5)
52
if (
_seedList
.Length != 0)
90
if (ExceptionList && (_internalDictionary.Count == 0) && !string.IsNullOrEmpty(
_seedList
))
221
string parentListEnclosed = "," +
_seedList
+ ",";
292
if (useSeedIfAvailable && !string.IsNullOrEmpty(
_seedList
))
294
string[] keys =
_seedList
.Split(',');