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