3 references to FixupPath
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (3)
789
sourceLogKey.SetValue("EventMessageFile",
FixupPath
(sourceData.MessageResourceFile), RegistryValueKind.ExpandString);
792
sourceLogKey.SetValue("ParameterMessageFile",
FixupPath
(sourceData.ParameterResourceFile), RegistryValueKind.ExpandString);
796
sourceLogKey.SetValue("CategoryMessageFile",
FixupPath
(sourceData.CategoryResourceFile), RegistryValueKind.ExpandString);