diff --git a/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs b/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs index 3d9946a8a3c43e216fd525471a332d87a7dd4f16..c75e777611e49c87b68a346dc32c37c53c9b634b 100644 --- a/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs +++ b/src/EditorFeatures/TestUtilities/InProcRemoteHostClientFactory.cs @@ -18,7 +18,7 @@ namespace Microsoft.CodeAnalysis.Test.Utilities.RemoteHost { internal static class RemoteHostOptions { - public static readonly Option RemoteHostTest = new Option( + public static readonly Option2 RemoteHostTest = new Option2( nameof(RemoteHostOptions), nameof(RemoteHostTest), defaultValue: false); }