2 writes to _namespace
System.Speech (2)
Internal\SrgsCompiler\CustomGrammar.cs (1)
48_namespace = cg._namespace;
Internal\SrgsCompiler\GrammarElement.cs (1)
239_cg._namespace = value;
5 references to _namespace
System.Speech (5)
Internal\SrgsCompiler\CustomGrammar.cs (4)
46if (_namespace == null) 48_namespace = cg._namespace; 52if (_namespace != cg._namespace)
Internal\SrgsCompiler\GrammarElement.cs (1)
235return _cg._namespace;