3 references to UnsafeTryFormatMessage
System.Diagnostics.EventLog (3)
System\Diagnostics\EventLog.cs (3)
813return UnsafeTryFormatMessage(hModule, messageNum, insertionStrings); 817string? formatString = UnsafeTryFormatMessage(hModule, messageNum, Array.Empty<string>()); 875return UnsafeTryFormatMessage(hModule, messageNum, insertionStrings);