12 references to NotSet
System.Speech (12)
Recognition\SrgsGrammar\SrgsItem.cs (12)
139
return _minRepeat ==
NotSet
? 1 : _minRepeat;
147
return _maxRepeat ==
NotSet
? 1 : _maxRepeat;
191
if (_minRepeat !=
NotSet
)
196
else if (_maxRepeat == int.MaxValue || _maxRepeat ==
NotSet
)
204
int minRepeat = _minRepeat ==
NotSet
? 1 : _minRepeat;
239
if (_minRepeat != _maxRepeat || _maxRepeat !=
NotSet
)
246
else if (_maxRepeat == int.MaxValue || _maxRepeat ==
NotSet
)
254
int minRepeat = _minRepeat ==
NotSet
? 1 : _minRepeat;
310
private int _minRepeat =
NotSet
;
312
private int _maxRepeat =
NotSet
;
389
private int _minRepeat =
NotSet
;
390
private int _maxRepeat =
NotSet
;