1 write to _ns
System.Speech (1)
Internal\Synthesis\ISSmlParser.cs (1)
98
_ns
= ns;
4 references to _ns
System.Speech (4)
Internal\Synthesis\TextFragmentEngine.cs (1)
201
sb.AppendFormat(CultureInfo.InvariantCulture, " {0}:{1}=\"{2}\" xmlns:{3}=\"{4}\"", attribute._prefix, attribute._name, attribute._value, attribute._prefix, attribute.
_ns
);
Internal\Synthesis\TextWriterEngine.cs (3)
46
_writer.WriteAttributeString("xmlns", ns._name, ns.
_ns
, ns._value);
237
_writer.WriteAttributeString("xmlns", ns._name, ns.
_ns
, ns._value);
276
_writer.WriteAttributeString(attribute._prefix, attribute._name, attribute.
_ns
, attribute._value);