2 references to baseEventSourceName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\FxTrace.cs (2)
60
s_eventSourceName = string.Concat(
baseEventSourceName
, " ", EventSourceVersion);
74
EtwDiagnosticTrace trace = new EtwDiagnosticTrace(
baseEventSourceName
, s_etwProviderId);