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