6 references to ArrayResizeAndVolatilePublish
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (6)
178ArrayResizeAndVolatilePublish(ref _stateArray, newsize); 179ArrayResizeAndVolatilePublish(ref _dfaDelta, newsize << _mintermsLog); 180ArrayResizeAndVolatilePublish(ref _stateFlagsArray, newsize); 232ArrayResizeAndVolatilePublish(ref _nfaCoreIdArray, newsize); 233ArrayResizeAndVolatilePublish(ref _nfaDelta, newsize << _mintermsLog); 234ArrayResizeAndVolatilePublish(ref _capturingNfaDelta, newsize << _mintermsLog);