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