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