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)
76
foreach (string importNamespaces in cg.
_importNamespaces
)
78
if (!
_importNamespaces
.Contains(importNamespaces))
80
_importNamespaces
.Add(importNamespaces);
Internal\SrgsCompiler\GrammarElement.cs (1)
276
return _cg.
_importNamespaces
;