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)
67WriteEvent(3, serviceType, nodeCount, serviceProviderHashCode); 73WriteEvent(4, serviceType, methodSize, serviceProviderHashCode);
NuGet.Configuration (3)
ConfigurationEventSource.cs (3)
28WriteEvent(1, configFilePath ?? string.Empty, isMachineWide, isReadOnly); 34WriteEvent(2, configFilePath ?? string.Empty, isMachineWide, isReadOnly); 40WriteEvent(3, fullPath ?? string.Empty, isMachineWide, isReadOnly);
System.Net.Sockets (1)
System\Net\Sockets\NetEventSource.Sockets.cs (1)
48WriteEvent(NotLoggedFileId, filePath, socketHash, (int)completedOperation);