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