1 write to _profileAllowedSet
System.Web.Extensions (1)
ApplicationServices\ApplicationServiceHelper.cs (1)
146_profileAllowedSet = writeAccessProperties;
2 references to _profileAllowedSet
System.Web.Extensions (2)
ApplicationServices\ApplicationServiceHelper.cs (2)
45return _profileAllowedSet; 182bool allowedReadOrWrite = _profileAllowedGet.ContainsKey(propertyName) || _profileAllowedSet.ContainsKey(propertyName);