diff --git a/src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/Baselines/TestWithRefReadOnlyParam.generated.txt b/src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/Baselines/TestWithRefReadOnlyParam.generated.txt index 853fc36a5e9fa7..f729e309f22287 100644 --- a/src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/Baselines/TestWithRefReadOnlyParam.generated.txt +++ b/src/libraries/Microsoft.Extensions.Logging.Abstractions/tests/Microsoft.Extensions.Logging.Generators.Tests/Baselines/TestWithRefReadOnlyParam.generated.txt @@ -6,15 +6,15 @@ namespace Microsoft.Extensions.Logging.Generators.Tests.TestClasses partial class TestWithRefReadOnlyParam { [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "%VERSION%")] - private static readonly global::System.Action __MCallback = - global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(0, nameof(M)), "Parameter {p1}", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); + private static readonly global::System.Action __MCallback = + global::Microsoft.Extensions.Logging.LoggerMessage.Define(global::Microsoft.Extensions.Logging.LogLevel.Debug, new global::Microsoft.Extensions.Logging.EventId(0, nameof(M)), "Parameter {p1}", new global::Microsoft.Extensions.Logging.LogDefineOptions() { SkipEnabledCheck = true }); /// /// Message: Parameter {p1} /// Level: Debug /// [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.Extensions.Logging.Generators", "%VERSION%")] - public static partial void M(global::Microsoft.Extensions.Logging.ILogger logger, ref readonly global::System.Int32 p1) + public static partial void M(global::Microsoft.Extensions.Logging.ILogger logger, ref readonly int p1) { if (logger.IsEnabled(global::Microsoft.Extensions.Logging.LogLevel.Debug)) {