3 writes to SkipEnabledCheck
Microsoft.Extensions.Http (1)
Logging\LogHelper.cs (1)
17private static readonly LogDefineOptions s_skipEnabledCheckLogDefineOptions = new LogDefineOptions() { SkipEnabledCheck = true };
Microsoft.Extensions.Telemetry.PerformanceTests (2)
ClassicCodeGen.cs (2)
19global::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 }); 30global::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)
150if (options != null && options.SkipEnabledCheck) 193if (options != null && options.SkipEnabledCheck) 238if (options != null && options.SkipEnabledCheck) 285if (options != null && options.SkipEnabledCheck) 334if (options != null && options.SkipEnabledCheck) 385if (options != null && options.SkipEnabledCheck) 438if (options != null && options.SkipEnabledCheck)