diff --git a/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs b/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs index 266ea28e686ca..077a92372e278 100644 --- a/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs +++ b/src/Compilers/CSharp/Portable/Generated/ErrorFacts.Generated.cs @@ -346,6 +346,7 @@ public static bool IsWarning(ErrorCode code) case ErrorCode.WRN_ExperimentalWithMessage: case ErrorCode.WRN_UnscopedRefAttributeOldRules: case ErrorCode.WRN_InterceptsLocationAttributeUnsupportedSignature: + case ErrorCode.WRN_VariableDeclarationNamedField: return true; default: return false;