2 references to FindSourceRegistration
System (2)
services\monitoring\system\diagnosticts\EventLog.cs (2)
861
return
FindSourceRegistration
(source, machineName, readOnly, false);
1116
using (RegistryKey keyFound =
FindSourceRegistration
(source, machineName, true, wantToCreate)) {