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