2 writes to _maxRepeat
System.Speech (2)
Internal\GrammarBuilding\ItemElement.cs (2)
34
_maxRepeat
= maxRepeat;
44
_maxRepeat
= maxRepeat;
4 references to _maxRepeat
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);