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)
36
if (_maxRepeat !=
_minRepeat
&& _startArc != null && _startArc == _endArc && _endArc.IsEpsilonTransition && !_endArc.IsPropertylessTransition)
58
if (
_minRepeat
!= 1 || _maxRepeat != 1)
67
if (_maxRepeat == int.MaxValue &&
_minRepeat
== 1)
98
if (cnt ==
_minRepeat
- 1)
107
else if (cnt <= _maxRepeat -
_minRepeat
)
119
if (
_minRepeat
== 0 && (_startArc != _endArc || !_startArc.IsEpsilonTransition))