1 write to NullabilityInfo
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\MatchingState.cs (1)
17NullabilityInfo = BuildNullabilityInfo();
5 references to NullabilityInfo
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\MatchingState.cs (3)
102/// answers stored in <see cref="NullabilityInfo"/>. 108return (NullabilityInfo & (1 << (int)nextCharKind)) != 0; 156/// <remarks>Nullability for each context is encoded in a bit. See <see cref="NullabilityInfo"/>.</remarks>
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
46/// _nullabilityArray[stateId] == the <see cref="MatchingState{TSet}.NullabilityInfo"/> for that state. 273_nullabilityArray[state.Id] = (byte)state.NullabilityInfo;