4 references to GetAndRemoveStringAttribute
System (4)
services\monitoring\system\diagnosticts\DiagnosticsConfigurationHandler.cs (4)
117
if (HandlerBase.
GetAndRemoveStringAttribute
(assertNode, "logfilename", ref logfilename) != null)
180
HandlerBase.
GetAndRemoveStringAttribute
(listenersChild, "name", ref name);
181
HandlerBase.
GetAndRemoveStringAttribute
(listenersChild, "type", ref className);
182
HandlerBase.
GetAndRemoveStringAttribute
(listenersChild, "initializeData", ref initializeData);