2 references to GetName
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
KestrelEventSourceTests.cs (1)
25Assert.Equal("Microsoft-AspNetCore-Server-Kestrel", EventSource.GetName(esType));
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
768string eventSourceName = GetName(myType);