7 references to IsNullable
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (4)
100isAlwaysNullable: left_info.IsNullable || right_info.IsNullable, 117isAlwaysNullable: left_info.IsNullable && right_info.IsNullable,
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (3)
167internal bool IsNullable => _info.IsNullable; 174Debug.Assert(_info.CanBeNullable || !_info.IsNullable); 232_info.IsNullable :