1 write to _importNamespaces
System.Speech (1)
Internal\SrgsCompiler\GrammarElement.cs (1)
280_cg._importNamespaces = value;
4 references to _importNamespaces
System.Speech (4)
Internal\SrgsCompiler\CustomGrammar.cs (3)
76foreach (string importNamespaces in cg._importNamespaces) 78if (!_importNamespaces.Contains(importNamespaces)) 80_importNamespaces.Add(importNamespaces);
Internal\SrgsCompiler\GrammarElement.cs (1)
276return _cg._importNamespaces;