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