3 references to _propMode
System.Web (3)
Configuration\AuthenticationSection.cs (3)
109
_properties.Add(
_propMode
);
145
authenticationModeCache = (AuthenticationMode)base[
_propMode
];
151
base[
_propMode
] = value;