2 implementations of ImportNamespaces
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
272Collection<string> IGrammar.ImportNamespaces
Recognition\SrgsGrammar\SrgsGrammar.cs (1)
465public Collection<string> ImportNamespaces
1 write to ImportNamespaces
System.Speech (1)
Internal\SrgsParser\SrgsDocumentParser.cs (1)
80grammar.ImportNamespaces = source.ImportNamespaces;
2 references to ImportNamespaces
System.Speech (2)
Internal\SrgsCompiler\GrammarElement.cs (1)
95bool 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)
1277grammar.ImportNamespaces.Add(reader.Value);