2 writes to _type
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
202riff._type = br.ReadUInt32(); 330_type = WAVE_MARKER;
2 references to _type
System.Speech (2)
Internal\Synthesis\AudioBase.cs (2)
204if (riff._id != RIFF_MARKER && riff._type != WAVE_MARKER) 255bw.Write(riff._type);