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)
36
if (
_maxRepeat
!= _minRepeat && _startArc != null && _startArc == _endArc && _endArc.IsEpsilonTransition && !_endArc.IsPropertylessTransition)
42
if (_startArc == null ||
_maxRepeat
== 0)
45
if (
_maxRepeat
== 0 && _startArc != null && _startArc.End != null)
58
if (_minRepeat != 1 ||
_maxRepeat
!= 1)
67
if (
_maxRepeat
== int.MaxValue && _minRepeat == 1)
78
for (uint cnt = 1; cnt <
_maxRepeat
&& cnt < 255; cnt++)
95
if (
_maxRepeat
== int.MaxValue)
107
else if (cnt <=
_maxRepeat
- _minRepeat)