2 references to GetLocalizedMessage
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
3379
if (manifest.
GetLocalizedMessage
(eventKey, CultureInfo.CurrentUICulture, etwFormat: false) is string msg)
5833
string? val =
GetLocalizedMessage
(stringKey, ci, etwFormat: true);