2 writes to _namespace
System.Speech (2)
Synthesis\PromptBuilder.cs (2)
1063
_namespace
= null;
1069
_namespace
= ns;
2 references to _namespace
System.Speech (2)
Synthesis\PromptBuilder.cs (2)
906
if (attribute.
_namespace
== null)
912
writer.WriteAttributeString(attribute.
_namespace
, attribute._key, null, attribute._value);