5 instantiations of StackElement
System.Speech (5)
Synthesis\PromptBuilder.cs (5)
49_elementStack.Push(new StackElement(SsmlElement.Lexicon | SsmlElement.Meta | SsmlElement.MetaData | SsmlElement.ParagraphOrSentence | SsmlElement.AudioMarkTextWithStyle, SsmlState.Header, _culture)); 248_elementStack.Push(new StackElement(possibleChildren, ssmlState, stackElement._culture)); 317_elementStack.Push(new StackElement(SsmlElement.Sentence | SsmlElement.AudioMarkTextWithStyle, SsmlState.Voice, culture)); 378_elementStack.Push(new StackElement(SsmlElement.AudioMarkTextWithStyle | SsmlElement.Sentence, SsmlState.Paragraph, culture)); 415_elementStack.Push(new StackElement(SsmlElement.AudioMarkTextWithStyle, SsmlState.Sentence, culture));
8 references to StackElement
System.Speech (8)
Synthesis\PromptBuilder.cs (8)
168StackElement stackElement = _elementStack.Peek(); 252StackElement stackElement = _elementStack.Pop(); 283StackElement stackElement = _elementStack.Peek(); 359StackElement stackElement = _elementStack.Peek(); 395StackElement stackElement = _elementStack.Peek(); 954private static void ValidateElement(StackElement stackElement, SsmlElement currentElement) 964StackElement stackElement = _elementStack.Peek(); 983private Stack<StackElement> _elementStack = new();