From e321fe5f4fb812dbb7938ff65314a672fcbbd272 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 13 Nov 2021 16:35:01 +0100 Subject: [PATCH] Fix compiler warning --- ICSharpCode.Decompiler/IL/ILVariable.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/IL/ILVariable.cs b/ICSharpCode.Decompiler/IL/ILVariable.cs index c950523fe..f014a3b68 100644 --- a/ICSharpCode.Decompiler/IL/ILVariable.cs +++ b/ICSharpCode.Decompiler/IL/ILVariable.cs @@ -372,7 +372,7 @@ namespace ICSharpCode.Decompiler.IL /// /// This variable's initial value is uninitialized (.locals without init) and the /// initial value is used. - /// From C#'s point of view a call to + /// From C#'s point of view a call to System.Runtime.CompilerServices.Unsafe.SkipInit(out T) /// is generated after the declaration. /// ///