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