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