1 override of Peek
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
391public override object? Peek()
2 references to Peek
System.Collections.NonGeneric (1)
System\Collections\Queue.cs (1)
395return _q.Peek();
System.Speech (1)
Internal\Synthesis\EngineSite.cs (1)
472basePhonemeEvent = (TTSEvent)_phonemeQueue.Peek()!;