4 writes to _wfx
System.Speech (4)
Internal\SapiInterop\SpAudioStreamWrapper.cs (4)
32
_wfx
= wfx.ToBytes();
38
_wfx
= wfxTemp;
104
_wfx
= br.ReadBytes(block._len);
112
_wfx
= wfxTemp;
9 references to _wfx
System.Speech (9)
Internal\SapiInterop\SpAudioStreamWrapper.cs (9)
35
byte[] wfxTemp = new byte[
_wfx
.Length + wfx.cbSize];
36
Array.Copy(
_wfx
, wfxTemp,
_wfx
.Length);
37
Array.Copy(audioFormat.FormatSpecificData(), 0, wfxTemp,
_wfx
.Length, wfx.cbSize);
63
format = Marshal.AllocCoTaskMem(
_wfx
.Length);
64
Marshal.Copy(
_wfx
, 0, format,
_wfx
.Length);
78
[MemberNotNull(nameof(
_wfx
))]
111
Array.Copy(
_wfx
, wfxTemp, 16);