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