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