3 references to FixupPath
System (3)
services\monitoring\system\diagnosticts\EventLog.cs (3)
1203
sourceLogKey.SetValue("EventMessageFile",
FixupPath
(sourceData.MessageResourceFile), RegistryValueKind.ExpandString);
1206
sourceLogKey.SetValue("ParameterMessageFile",
FixupPath
(sourceData.ParameterResourceFile), RegistryValueKind.ExpandString);
1209
sourceLogKey.SetValue("CategoryMessageFile",
FixupPath
(sourceData.CategoryResourceFile), RegistryValueKind.ExpandString);