1 write to _value
System.Speech (1)
Internal\Synthesis\ISSmlParser.cs (1)
97_value = value;
4 references to _value
System.Speech (4)
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);