2 references to s_nullAdapterSingleton
System.Web (2)
Configuration\HttpCapabilitiesBase.cs (2)
242
if (object.ReferenceEquals(o,
s_nullAdapterSingleton
))
269
AdapterTypes[controlType] =
s_nullAdapterSingleton
;