3 references to TopLevelFlowStateMaybeNull
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundNode.cs (3)
243_attributes &= ~(BoundNodeAttributes.TopLevelAnnotationMask | BoundNodeAttributes.TopLevelFlowStateMaybeNull); 256_attributes |= BoundNodeAttributes.TopLevelFlowStateMaybeNull; 290var flowState = (_attributes & BoundNodeAttributes.TopLevelFlowStateMaybeNull) == 0 ? CodeAnalysis.NullableFlowState.NotNull : CodeAnalysis.NullableFlowState.MaybeNull;