1 write to resources
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5334this.resources = resources;
7 references to resources
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
5622public bool HasResources => resources != null; 5846if (resources != null) 5850if (resources.GetString(key, CultureInfo.InvariantCulture) is string localizedString) 5871if (resources != null) 5873string? localizedString = resources.GetString(key, ci); 5929if (resources != null) 5930eventMessage ??= resources.GetString("event_" + eventName, CultureInfo.InvariantCulture);