From 031ca55af5361598143fae2d8ddb91355cdec622 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 7 Dec 2019 22:01:19 +0100 Subject: [PATCH] Add resource string for pattern-based fixed statement --- ILSpy/Properties/Resources.Designer.cs | 9 +++++++++ ILSpy/Properties/Resources.resx | 3 +++ 2 files changed, 12 insertions(+) diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs index af49b718b..83d60d117 100644 --- a/ILSpy/Properties/Resources.Designer.cs +++ b/ILSpy/Properties/Resources.Designer.cs @@ -999,6 +999,15 @@ namespace ICSharpCode.ILSpy.Properties { } } + /// + /// Looks up a localized string similar to Use pattern-based fixed statement. + /// + public static string DecompilerSettings_UsePatternBasedFixedStatement { + get { + return ResourceManager.GetString("DecompilerSettings.UsePatternBasedFixedStatement", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use stackalloc initializer syntax. /// diff --git a/ILSpy/Properties/Resources.resx b/ILSpy/Properties/Resources.resx index c2d4ba976..84ef97d01 100644 --- a/ILSpy/Properties/Resources.resx +++ b/ILSpy/Properties/Resources.resx @@ -790,4 +790,7 @@ Are you sure you want to continue? _Window + + Use pattern-based fixed statement + \ No newline at end of file