diff --git a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx
index e3b595303567f..c4670e718b663 100644
--- a/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx
+++ b/src/VisualStudio/CSharp/Impl/CSharpVSResources.resx
@@ -316,9 +316,6 @@
_Show procedure line separators
-
- _Don't put ref or out on custom struct
-
Editor Help
diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml
index 84e377b54573b..f4e39446c5180 100644
--- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml
+++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml
@@ -290,14 +290,6 @@
-
-
-
-
-
-
diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs
index 482becf4ef58a..29087f36e910f 100644
--- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs
+++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageControl.xaml.cs
@@ -24,7 +24,6 @@
using Microsoft.CodeAnalysis.Editor.InlineRename;
using Microsoft.CodeAnalysis.Editor.Shared.Options;
using Microsoft.CodeAnalysis.Editor.Shared.Utilities;
-using Microsoft.CodeAnalysis.ExtractMethod;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages.Json.LanguageServices;
using Microsoft.CodeAnalysis.Features.EmbeddedLanguages.RegularExpressions.LanguageServices;
using Microsoft.CodeAnalysis.Host;
diff --git a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs
index 2164156cc29b1..1e53f112ce666 100644
--- a/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs
+++ b/src/VisualStudio/CSharp/Impl/Options/AdvancedOptionPageStrings.cs
@@ -153,9 +153,6 @@ public static string Option_Underline_reassigned_variables
public static string Option_Strike_out_obsolete_symbols
=> ServicesVSResources.Strike_out_obsolete_symbols;
- public static string Option_DontPutOutOrRefOnStruct
- => CSharpVSResources.Don_t_put_ref_or_out_on_custom_struct;
-
public static string Option_EditorHelp
=> CSharpVSResources.Editor_Help;
@@ -168,9 +165,6 @@ public static string Option_EnableHighlightReferences
public static string Option_EnterOutliningMode
=> CSharpVSResources.Enter_outlining_mode_when_files_open;
- public static string Option_ExtractMethod
- => CSharpVSResources.Extract_Method;
-
public static string Option_Implement_Interface_or_Abstract_Class
=> ServicesVSResources.Implement_Interface_or_Abstract_Class;
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
index 337f69abb8e55..ebdf4bb147878 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.cs.xlf
@@ -532,11 +532,6 @@
Zob_razit oddělovače řádků procedur
-
-
- Nevklá_dat odkaz nebo výstup do vlastní struktury
-
-
Nápověda k editoru
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
index 2011714202b98..bc402bd61e86c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.de.xlf
@@ -532,11 +532,6 @@
_Zeilentrennzeichen in Prozeduren anzeigen
-
-
- _Nicht ref oder out auf benutzerdefinierte Struktur legen
-
-
Editor-Hilfe
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
index 5c2e6922ac4b3..d5180719b4295 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.es.xlf
@@ -532,11 +532,6 @@
Mo_strar separadores de líneas de procedimientos
-
-
- _No colocar 'out' o 'ref' en estructura personalizada
-
-
Ayuda de editor
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
index c493618135d63..0fbb92fd90ab2 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.fr.xlf
@@ -532,11 +532,6 @@
_Afficher les séparateurs de ligne de procédure
-
-
- _Ne pas ajouter ref ou out dans un struct personnalisé
-
-
Aide de l'éditeur
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
index e87d54e7ee171..c80f034e857f9 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.it.xlf
@@ -532,11 +532,6 @@
_Mostra separatori di riga routine
-
-
- _Non inserire out o ref in struct personalizzato
-
-
Guida Editor
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
index eba7d6f917cbd..1acf8e1d935c8 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ja.xlf
@@ -532,11 +532,6 @@
プロシージャ行の区切り記号を表示する(_S)
-
-
- カスタム構造体に ref または out を設定しない(_D)
-
-
エディターのヘルプ
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
index a962dad7fdbb5..362cda6918267 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ko.xlf
@@ -532,11 +532,6 @@
프로시저 줄 구분선 표시(_S)
-
-
- 사용자 지정 구조체에 ref 또는 out 추가 안 함(_D)
-
-
편집기 도움말
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
index c2835cee53655..b54368597b997 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pl.xlf
@@ -532,11 +532,6 @@
_Pokaż separatory wierszy procedury
-
-
- _Nie umieszczaj parametrów ref i out w strukturze niestandardowej
-
-
Pomoc edytora
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
index 41b7336692fc6..c9bcd48783f8a 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.pt-BR.xlf
@@ -532,11 +532,6 @@
_Mostrar separadores de linha de procedimento
-
-
- _Não colocar ref nem out no struct personalizado
-
-
Ajuda do Editor
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
index ad52cba923a75..7cc9fb326b264 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.ru.xlf
@@ -532,11 +532,6 @@
_Показывать разделительные линии процедур
-
-
- _Не помещать ссылку или вывод в настраиваемую структуру
-
-
Справка по редактору
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
index ae9dbde733d40..fb5bb09635fef 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.tr.xlf
@@ -532,11 +532,6 @@
Yordam satır ayıraçlarını _göster
-
-
- Özel struct'a ref veya out koy_ma
-
-
Düzenleyici Yardımı
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
index 55874722755f9..e077411ba53ae 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hans.xlf
@@ -532,11 +532,6 @@
显示过程行分隔符(_S)
-
-
- 不要在自定义结构上放置 ref 或 out(_D)
-
-
编辑器帮助
diff --git a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
index 4853b24100960..a7710f1d3442c 100644
--- a/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
+++ b/src/VisualStudio/CSharp/Impl/xlf/CSharpVSResources.zh-Hant.xlf
@@ -532,11 +532,6 @@
顯示程序行分隔符號(_S)
-
-
- 請勿將 ref 或 out 置於自訂結構上(_D)
-
-
編輯器說明