2 instantiations of RIFFHDR
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
198RIFFHDR riff = new(); 235RIFFHDR riff = new(0);
3 references to RIFFHDR
System.Speech (3)
Internal\Synthesis\AudioBase.cs (3)
198RIFFHDR riff = new(); 235RIFFHDR riff = new(0); 239int cRiff = Marshal.SizeOf<RIFFHDR>();