2 writes to _loadProperties
System.Web.Extensions (2)
UI\ProfileServiceManager.cs (2)
253_loadProperties = new string[0]; 261_loadProperties = value;
7 references to _loadProperties
System.Web.Extensions (7)
UI\ProfileServiceManager.cs (7)
50loadedProperties = new ArrayList(profileManager._loadProperties); 67loadedProperties = new ArrayList(profileManager._loadProperties); 70loadedProperties = ProfileServiceManager.MergeProperties(loadedProperties, profileManager._loadProperties); 237return _loadProperties != null && _loadProperties.Length > 0; 252if(_loadProperties == null) { 255return (string[]) _loadProperties.Clone();