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