2 writes to _sapiAudioBlob
System.Speech (2)
Result\RecognitionResult.cs (2)
36_sapiAudioBlob = null!; 343_sapiAudioBlob = new byte[(int)_header.ulRetainedDataSize];
4 references to _sapiAudioBlob
System.Speech (4)
Result\RecognitionResult.cs (4)
154int audioLength = _sapiAudioBlob.Length; 156GCHandle gc = GCHandle.Alloc(_sapiAudioBlob, GCHandleType.Pinned); 280[MemberNotNull(nameof(_sapiAudioBlob))] 344Array.Copy(sapiResultBlob, (int)_header.ulRetainedOffset, _sapiAudioBlob, 0, (int)_header.ulRetainedDataSize);