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