2 references to GetLocalizedMessage
mscorlib (2)
system\diagnostics\eventing\eventsource.cs (2)
3511
string msg = manifest.
GetLocalizedMessage
(eventKey, CultureInfo.CurrentUICulture, etwFormat: false);
6529
string val =
GetLocalizedMessage
(stringKey, ci, etwFormat: true);