7 references to WriteEvent
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.cs (1)
51
=>
WriteEvent
(2, message ?? string.Empty, (int)functionId, blockId);
Microsoft.Extensions.DependencyInjection (2)
DependencyInjectionEventSource.cs (2)
67
WriteEvent
(3, serviceType, nodeCount, serviceProviderHashCode);
73
WriteEvent
(4, serviceType, methodSize, serviceProviderHashCode);
NuGet.Configuration (3)
ConfigurationEventSource.cs (3)
28
WriteEvent
(1, configFilePath ?? string.Empty, isMachineWide, isReadOnly);
34
WriteEvent
(2, configFilePath ?? string.Empty, isMachineWide, isReadOnly);
40
WriteEvent
(3, fullPath ?? string.Empty, isMachineWide, isReadOnly);
System.Net.Sockets (1)
System\Net\Sockets\NetEventSource.Sockets.cs (1)
48
WriteEvent
(NotLoggedFileId, filePath, socketHash, (int)completedOperation);