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)
1842if (ns._name == attribute._prefix) 1856if (ns._name == reader.Prefix) 1870if (ns._name == reader.Prefix)
Internal\Synthesis\TextFragmentEngine.cs (1)
201sb.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);