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