3 writes to SeedList
System.Configuration (3)
System\Configuration\ConfigurationLockCollection.cs (3)
64
SeedList
+= ",";
65
SeedList
+= key;
74
SeedList
= String.Empty;
5 references to SeedList
System.Configuration (5)
System\Configuration\ConfigurationLockCollection.cs (5)
63
if (
SeedList
.Length != 0)
157
string ParentListEnclosed = "," +
SeedList
+ ",";
231
if (useSeedIfAvailble && !String.IsNullOrEmpty(
SeedList
)) {
232
string[] Keys =
SeedList
.Split(new char[] { ',' });
333
if (ExceptionList && internalDictionary.Count == 0 && !String.IsNullOrEmpty(
SeedList
))