2 writes to impersonateCache
System.Web (2)
Configuration\IdentitySection.cs (2)
87
impersonateCache
= (bool)base[_propImpersonate];
94
impersonateCache
= value;
1 reference to impersonateCache
System.Web (1)
Configuration\IdentitySection.cs (1)
90
return
impersonateCache
;