1 write to _name
System.Speech (1)
Internal\Synthesis\ISSmlParser.cs (1)
96
_name
= name;
7 references to _name
System.Speech (7)
Internal\Synthesis\SSmlParser.cs (3)
1842
if (ns.
_name
== attribute._prefix)
1856
if (ns.
_name
== reader.Prefix)
1870
if (ns.
_name
== reader.Prefix)
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);