1 write to _maxRepeat
System.Speech (1)
Internal\SrgsCompiler\Item.cs (1)
17_maxRepeat = maxRepeat;
8 references to _maxRepeat
System.Speech (8)
Internal\SrgsCompiler\Item.cs (8)
36if (_maxRepeat != _minRepeat && _startArc != null && _startArc == _endArc && _endArc.IsEpsilonTransition && !_endArc.IsPropertylessTransition) 42if (_startArc == null || _maxRepeat == 0) 45if (_maxRepeat == 0 && _startArc != null && _startArc.End != null) 58if (_minRepeat != 1 || _maxRepeat != 1) 67if (_maxRepeat == int.MaxValue && _minRepeat == 1) 78for (uint cnt = 1; cnt < _maxRepeat && cnt < 255; cnt++) 95if (_maxRepeat == int.MaxValue) 107else if (cnt <= _maxRepeat - _minRepeat)