1 write to _minRepeat
System.Speech (1)
Internal\SrgsCompiler\Item.cs (1)
16_minRepeat = minRepeat;
6 references to _minRepeat
System.Speech (6)
Internal\SrgsCompiler\Item.cs (6)
36if (_maxRepeat != _minRepeat && _startArc != null && _startArc == _endArc && _endArc.IsEpsilonTransition && !_endArc.IsPropertylessTransition) 58if (_minRepeat != 1 || _maxRepeat != 1) 67if (_maxRepeat == int.MaxValue && _minRepeat == 1) 98if (cnt == _minRepeat - 1) 107else if (cnt <= _maxRepeat - _minRepeat) 119if (_minRepeat == 0 && (_startArc != _endArc || !_startArc.IsEpsilonTransition))