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