1 write to _len
System.Speech (1)
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
125dataHdr._len = br.ReadInt32();
2 references to _len
System.Speech (2)
Internal\SapiInterop\SpAudioStreamWrapper.cs (2)
130_endOfStreamPosition = stream.Position + dataHdr._len; 136stream.Seek(dataHdr._len, SeekOrigin.Current);