1 write to _nullabilityCache
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (1)
71_nullabilityCache = info.StartsWithSomeAnchor && info.CanBeNullable ? new byte[CharKind.ContextLimit] : null;
3 references to _nullabilityCache
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (3)
231return _nullabilityCache is null ? 247byte b = Volatile.Read(ref _nullabilityCache[context]); 328Volatile.Write(ref _nullabilityCache[context], is_nullable ? TrueByte : FalseByte);