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)
52if (_seedList.Length != 0) 90if (ExceptionList && (_internalDictionary.Count == 0) && !string.IsNullOrEmpty(_seedList)) 221string parentListEnclosed = "," + _seedList + ","; 292if (useSeedIfAvailable && !string.IsNullOrEmpty(_seedList)) 294string[] keys = _seedList.Split(',');