1 write to resources
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5323this.resources = resources;
7 references to resources
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
5611public bool HasResources => resources != null; 5835if (resources != null) 5839if (resources.GetString(key, CultureInfo.InvariantCulture) is string localizedString) 5860if (resources != null) 5862string? localizedString = resources.GetString(key, ci); 5918if (resources != null) 5919eventMessage ??= resources.GetString("event_" + eventName, CultureInfo.InvariantCulture);