1 write to resources
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
5343this.resources = resources;
7 references to resources
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (7)
5631public bool HasResources => resources != null; 5855if (resources != null) 5859if (resources.GetString(key, CultureInfo.InvariantCulture) is string localizedString) 5880if (resources != null) 5882string? localizedString = resources.GetString(key, ci); 5938if (resources != null) 5939eventMessage ??= resources.GetString("event_" + eventName, CultureInfo.InvariantCulture);