1 write to _globalTags
System.Speech (1)
Internal\SrgsCompiler\BackEnd.cs (1)
1331
_globalTags
= value;
3 references to _globalTags
System.Speech (3)
Internal\SrgsCompiler\BackEnd.cs (3)
76
if (
_globalTags
.Count > 0)
79
foreach (string s in
_globalTags
)
1327
return
_globalTags
;