2 instantiations of BLOCKHDR
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
209BLOCKHDR block = new(); 236BLOCKHDR block = new(0);
3 references to BLOCKHDR
System.Speech (3)
Internal\Synthesis\AudioBase.cs (3)
209BLOCKHDR block = new(); 236BLOCKHDR block = new(0); 240int cBlock = Marshal.SizeOf<BLOCKHDR>();