1 write to s_perTypeValidators
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
873
s_perTypeValidators
= new Dictionary<Type,ConfigurationValidatorBase>();
6 references to s_perTypeValidators
System.Configuration (6)
System\Configuration\ConfigurationElement.cs (6)
872
if (
s_perTypeValidators
== null ) {
877
Debug.Assert( !
s_perTypeValidators
.ContainsKey(type));
885
s_perTypeValidators
.Add(type, validator);
905
if ((
s_perTypeValidators
!= null) && (
s_perTypeValidators
.ContainsKey(elem.GetType()))) {
906
elem._elementProperty = new ConfigurationElementProperty(
s_perTypeValidators
[ elem.GetType() ]);