2 implementations of ImportNamespaces
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
272
Collection<string> IGrammar.
ImportNamespaces
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
465
public Collection<string>
ImportNamespaces
1 write to ImportNamespaces
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
80
grammar.
ImportNamespaces
= source.ImportNamespaces;
2 references to ImportNamespaces
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
95
bool containsCode = ((IGrammar)this).CodeBehind.Count > 0 || ((IGrammar)this).
ImportNamespaces
.Count > 0 || ((IGrammar)this).AssemblyReferences.Count > 0 || CustomGrammar._scriptRefs.Count > 0;
Internal\SrgsParser\XmlParser.cs (1)
1277
grammar.
ImportNamespaces
.Add(reader.Value);