2 implementations of GlobalTags
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
185Collection<string> IGrammar.GlobalTags
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
374public Collection<string> GlobalTags
1 write to GlobalTags
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
68grammar.GlobalTags = source.GlobalTags;
1 reference to GlobalTags
System.Speech (1)
Internal\SrgsParser\XmlParser.cs (1)
1565grammar.GlobalTags.Add(GetTagContent(grammar, reader));