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)
45
return
_profileAllowedSet
;
182
bool allowedReadOrWrite = _profileAllowedGet.ContainsKey(propertyName) ||
_profileAllowedSet
.ContainsKey(propertyName);