3 references to BuildEventId
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\StringTraceRecord.cs (1)
22
get { return
BuildEventId
("String"); }
FrameworkFork\System.ServiceModel\Internals\System\Runtime\Diagnostics\TraceRecord.cs (1)
14
internal virtual string EventId { get { return
BuildEventId
("Empty"); } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\SecurityTraceRecordHelper.cs (1)
22
internal override string EventId { get { return
BuildEventId
(_traceName); } }