2 writes to _minRepeat
System.Speech (2)
Internal\GrammarBuilding\ItemElement.cs (2)
33
_minRepeat
= minRepeat;
43
_minRepeat
= minRepeat;
4 references to _minRepeat
System.Speech (4)
Internal\GrammarBuilding\ItemElement.cs (4)
68
return
_minRepeat
== refObj.
_minRepeat
&& _maxRepeat == refObj._maxRepeat;
81
ItemElement item = new(
_minRepeat
, _maxRepeat);
90
IItem item = elementFactory.CreateItem(parent, rule,
_minRepeat
, _maxRepeat, 0.5f, 1f);