2 writes to _id
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
161
dataHdr.
_id
= br.ReadUInt32();
356
_id
= DATA_MARKER;
2 references to _id
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
165
if (dataHdr.
_id
== DATA_MARKER)
268
bw.Write(dataHdr.
_id
);