3 writes to SkipEnabledCheck
Microsoft.Extensions.Http (1)
Logging\LogHelper.cs (1)
17
private static readonly LogDefineOptions s_skipEnabledCheckLogDefineOptions = new LogDefineOptions() {
SkipEnabledCheck
= true };
Microsoft.Extensions.Telemetry.PerformanceTests (2)
ClassicCodeGen.cs (2)
19
global::Microsoft.Extensions.Logging.LoggerMessage.Define<global::System.String, global::System.String, global::System.String, global::System.String, global::System.String, global::System.String>(global::Microsoft.Extensions.Logging.LogLevel.Error, new global::Microsoft.Extensions.Logging.EventId(2037881459, nameof(RefTypes)), "Connection id '{connectionId}' received {type} frame for stream ID {streamId} with length {length} and flags {flags} and {other}", new global::Microsoft.Extensions.Logging.LogDefineOptions() {
SkipEnabledCheck
= true });
30
global::Microsoft.Extensions.Logging.LoggerMessage.Define<global::System.Int64, global::System.Int64, global::System.Int32, global::System.Guid>(global::Microsoft.Extensions.Logging.LogLevel.Error, new global::Microsoft.Extensions.Logging.EventId(558429541, nameof(ValueTypes)), "Range [{start}..{end}], options {options}, guid {guid}", new global::Microsoft.Extensions.Logging.LogDefineOptions() {
SkipEnabledCheck
= true });
7 references to SkipEnabledCheck
Microsoft.Extensions.Logging.Abstractions (7)
LoggerMessage.cs (7)
150
if (options != null && options.
SkipEnabledCheck
)
193
if (options != null && options.
SkipEnabledCheck
)
238
if (options != null && options.
SkipEnabledCheck
)
285
if (options != null && options.
SkipEnabledCheck
)
334
if (options != null && options.
SkipEnabledCheck
)
385
if (options != null && options.
SkipEnabledCheck
)
438
if (options != null && options.
SkipEnabledCheck
)