2 writes to _customEvaluatorType
System.Web (2)
Configuration\HealthMonitoringSectionHelper.cs (2)
295ruleInfo._customEvaluatorType = null; 299ruleInfo._customEvaluatorType = ConfigUtil.GetType(ruleInfo._customEvaluator,
6 references to _customEvaluatorType
System.Web (6)
Configuration\HealthMonitoringSectionHelper.cs (4)
305typeof(System.Web.Management.IWebEventCustomEvaluator), ruleInfo._customEvaluatorType); 308if (_customEvaluatorInstances[ruleInfo._customEvaluatorType] == null) { 309_customEvaluatorInstances[ruleInfo._customEvaluatorType] = HttpRuntime.CreatePublicInstanceByWebObjectActivator(ruleInfo._customEvaluatorType);
Management\WebEvents.cs (2)
2251if (_ruleInfo._customEvaluatorType != null) { 2254manager._sectionHelper._customEvaluatorInstances[_ruleInfo._customEvaluatorType];