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)
46
if (
_namespace
== null)
48
_namespace = cg.
_namespace
;
52
if (
_namespace
!= cg.
_namespace
)
Internal\SrgsCompiler\GrammarElement.cs (1)
235
return _cg.
_namespace
;