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)
68return _minRepeat == refObj._minRepeat && _maxRepeat == refObj._maxRepeat; 81ItemElement item = new(_minRepeat, _maxRepeat); 90IItem item = elementFactory.CreateItem(parent, rule, _minRepeat, _maxRepeat, 0.5f, 1f);