1 write to _globalTags
System.Speech (1)
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
382
_globalTags
= value;
3 references to _globalTags
System.Speech (3)
Recognition\SrgsGrammar\SrgsGrammar.cs (3)
127
foreach (string tag in
_globalTags
)
173
if (
_globalTags
.Count > 0)
378
return
_globalTags
;