2 writes to _matchMode
System.Speech (2)
Recognition\SrgsGrammar\SrgsSubset.cs (2)
31
_matchMode
= matchingMode;
53
_matchMode
= value;
4 references to _matchMode
System.Speech (4)
Recognition\SrgsGrammar\SrgsSubset.cs (4)
44
return
_matchMode
;
80
if (
_matchMode
!= SubsetMatchingMode.Subsequence)
83
switch (
_matchMode
)
123
return _text + " [" +
_matchMode
.ToString() + "]";