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