2 instantiations of DATAHDR
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
154
DATAHDR dataHdr =
new
();
237
DATAHDR dataHdr =
new
(0);
3 references to DATAHDR
System.Speech (3)
Internal\Synthesis\AudioBase.cs (3)
154
DATAHDR
dataHdr = new();
237
DATAHDR
dataHdr = new(0);
242
int cDataHdr = Marshal.SizeOf<
DATAHDR
>();