4 writes to _voice
System.Speech (4)
Internal\Synthesis\SSmlParser.cs (4)
201ssmlAttributes._voice = voice; 690ssmlAttributes._voice = engine.ProcessTextBlock(isParagraph, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, culture, fNewCulture, ssmlAttributes._gender, ssmlAttributes._age); 1195ssmlAttributes._voice = engine.ProcessVoice(sName, culture, ssmlAttributes._gender, ssmlAttributes._age, variant, fNewCulture, localUnknownNamespaces); 1825_voice = voice;
16 references to _voice
System.Speech (16)
Internal\Synthesis\SSmlParser.cs (16)
228engine.StartProcessUnknownAttributes(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sElement, extraAttributes); 256engine.ProcessUnknownElement(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, reader); 266engine.ProcessText(reader.Value, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, GetColumnPosition(reader), fIgnore); 289engine.EndProcessUnknownAttributes(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sElement, extraAttributes); 321engine.ProcessAudio(ssmlAttributes._voice, sUri, ssmlAttributes._baseUri, fIgnore); 420engine.ProcessBreak(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, (EmphasisBreak)ssmlAttributes._fragmentState.Emphasis, ssmlAttributes._fragmentState.Duration, fIgnore); 589engine.ProcessMark(ssmlAttributes._voice, ref ssmlAttributes._fragmentState, sName, fIgnore); 690ssmlAttributes._voice = engine.ProcessTextBlock(isParagraph, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, culture, fNewCulture, ssmlAttributes._gender, ssmlAttributes._age); 1032engine.ProcessSub(sAlias, ssmlAttributes._voice, ref ssmlAttributes._fragmentState, textPosition, fIgnore); 1309if (!process(ssmlAttributes._voice)) 1344if (!process(ssmlAttributes._voice, value)) 1366engine.EndPromptEngineOutput(ssmAttributesParent._voice); 1424if (!engine.ProcessPromptEngineDatabase(ssmlAttributes._voice, fname, delta, idset)) 1450engine.EndPromptEngineTts(ssmAttributesParent._voice); 1459engine.EndPromptEngineWithTag(ssmAttributesParent._voice, tag); 1468engine.EndPromptEngineRule(ssmAttributesParent._voice, name);