2 writes to _matchMode
System.Speech (2)
Internal\SrgsCompiler\Arc.cs (2)
36
_matchMode
= arc._matchMode;
86
_matchMode
= matchMode;
3 references to _matchMode
System.Speech (3)
Internal\SrgsCompiler\Arc.cs (3)
36
_matchMode = arc.
_matchMode
;
211
A.MatchMode = (uint)
_matchMode
;
235
A.MatchMode = (uint)arc.
_matchMode
;