25 references to None
Microsoft.AspNetCore.Http.Connections (3)
Internal\HttpConnectionsEventSource.cs (3)
48
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
61
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
75
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\KestrelEventSource.cs (8)
62
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
83
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
108
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
133
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
150
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
174
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
192
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
216
if (IsEnabled(EventLevel.Error, EventKeywords.
None
))
Microsoft.CodeAnalysis.Workspaces (1)
Log\RoslynEventSource.LogBlock.cs (1)
120
if (Instance.IsEnabled(_eventLevel, EventKeywords.
None
))
System.Net.Http (1)
System\Net\Http\HttpTelemetry.cs (1)
80
if (IsEnabled(EventLevel.Error, EventKeywords.
None
))
System.Net.NameResolution (2)
System\Net\NameResolutionTelemetry.cs (2)
77
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
108
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
System.Net.Security (3)
System\Net\Security\NetSecurityTelemetry.cs (3)
137
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
146
if (IsEnabled(EventLevel.Informational, EventKeywords.
None
))
166
if (IsEnabled(EventLevel.Error, EventKeywords.
None
))
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventListener.cs (3)
155
EnableEvents(eventSource, level, EventKeywords.
None
);
206
eventSource.SendCommand(this, EventProviderType.None, 0, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.
None
, null);
211
EventPipeEventDispatcher.Instance.SendCommand(this, EventCommand.Update, false, EventLevel.LogAlways, EventKeywords.
None
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipeEventDispatcher.cs (1)
80
EventKeywords aggregatedKeywords = EventKeywords.
None
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (1)
499
eventSource.SendCommand(null, EventProviderType.ETW, 0, command, true, EventLevel.LogAlways, EventKeywords.
None
, commandArguments);
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Animation\HighPrecisionTimer.cs (2)
216
EventKeywords.
None
))
354
EventKeywords.
None
))