1 write to _typesSupportsEventValidation
System.Web (1)
UI\SupportsEventValidationAttribute.cs (1)
26_typesSupportsEventValidation = Hashtable.Synchronized(new Hashtable());
2 references to _typesSupportsEventValidation
System.Web (2)
UI\SupportsEventValidationAttribute.cs (2)
33object result = _typesSupportsEventValidation[type]; 43_typesSupportsEventValidation[type] = supportsEventValidation;