1 write to _adapterTypes
System.Web (1)
Configuration\HttpCapabilitiesBase.cs (1)
363
_adapterTypes
= Hashtable.Synchronized(new Hashtable());
3 references to _adapterTypes
System.Web (3)
Configuration\HttpCapabilitiesBase.cs (3)
360
if (
_adapterTypes
== null) {
362
if (
_adapterTypes
== null) {
367
return
_adapterTypes
;