diff --git a/src/Compilers/CSharp/Portable/BoundTree/BoundNode.cs b/src/Compilers/CSharp/Portable/BoundTree/BoundNode.cs index 945eede036a676f7306fc7d8218120762f09019a..d1ef6562902ca8ac495d6f32259c7794e98c3c8c 100644 --- a/src/Compilers/CSharp/Portable/BoundTree/BoundNode.cs +++ b/src/Compilers/CSharp/Portable/BoundTree/BoundNode.cs @@ -217,7 +217,7 @@ protected NullabilityInfo TopLevelNullability } /// - /// This is for debugger display use only: will set the + /// This is for debugger display use only: will set the BoundNodeAttributes.WasTopLevelNullabilityChecked /// bit in the boundnode properties, which will break debugging. This allows the debugger to display the current value without setting the bit. /// private NullabilityInfo TopLevelNullabilityCore