1 write to resources
mscorlib (1)
system\diagnostics\eventing\eventsource.cs (1)
6038
this.
resources
= resources;
8 references to resources
mscorlib (8)
system\diagnostics\eventing\eventsource.cs (8)
6500
if (
resources
!= null && (flags & EventManifestOptions.AllCultures) != 0)
6502
cultures = GetSupportedCultures(
resources
);
6550
if (
resources
!= null)
6553
string localizedString =
resources
.GetString(key, CultureInfo.InvariantCulture);
6573
if (
resources
!= null)
6575
string localizedString =
resources
.GetString(key, ci);
6642
if (
resources
!= null && eventMessage == null)
6643
eventMessage =
resources
.GetString("event_" + eventName, CultureInfo.InvariantCulture);