3 references to WriteEvent
Microsoft.CodeAnalysis (1)
CodeAnalysisEventSource.Common.cs (1)
33
internal void StopGeneratorDriverRunTime(long elapsedTicks, string id) =>
WriteEvent
(2, elapsedTicks, id);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\CodeAnalysisEventSource.Common.cs (1)
33
internal void StopGeneratorDriverRunTime(long elapsedTicks, string id) =>
WriteEvent
(2, elapsedTicks, id);
System.Data.Common (1)
System\Data\Common\DataCommonEventSource.cs (1)
82
private void EnterScope(long scopeId, string message) =>
WriteEvent
(EnterScopeId, scopeId, message);