3 references to IsHighPriorityNullableFor
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (3)
98internal bool IsHighPriorityNullableFor(uint context) => _info.CanBeNullable && IsHighPriorityNullableFor(this, context); 105return StackHelper.CallOnEmptyStack(IsHighPriorityNullableFor, node, context); 131if (!IsHighPriorityNullableFor(node._left, context))