2 writes to authenticationModeCache
System.Web (2)
Configuration\AuthenticationSection.cs (2)
145
authenticationModeCache
= (AuthenticationMode)base[_propMode];
152
authenticationModeCache
= value;
1 reference to authenticationModeCache
System.Web (1)
Configuration\AuthenticationSection.cs (1)
148
return
authenticationModeCache
;