2 writes to _culture
System.Speech (2)
Synthesis\PromptBuilder.cs (2)
31_culture = culture; 837_culture = value;
3 references to _culture
System.Speech (3)
Synthesis\PromptBuilder.cs (3)
49_elementStack.Push(new StackElement(SsmlElement.Lexicon | SsmlElement.Meta | SsmlElement.MetaData | SsmlElement.ParagraphOrSentence | SsmlElement.AudioMarkTextWithStyle, SsmlState.Header, _culture)); 831return _culture; 870writer.WriteAttributeString("xml", "lang", null, _culture.Name);