4 references to FormatMessageWrapper
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLogEntry.cs (3)
96
string? cat = owner.
FormatMessageWrapper
(dllName, (uint)CategoryNumber, null);
154
string? msg = owner.
FormatMessageWrapper
(dllNames, (uint)msgId, ReplacementStrings);
355
param = owner.
FormatMessageWrapper
(paramDLLNames, paramMsgID, insertionStrings);
System\Diagnostics\EventLogInternal.cs (1)
201
logDisplayName =
FormatMessageWrapper
(resourceDll, (uint)(int)resourceIdObject, null);