2 writes to _sapiAlternatesBlob
System.Speech (2)
Result\RecognitionResult.cs (2)
37_sapiAlternatesBlob = null!; 347_sapiAlternatesBlob = new byte[(int)_header.ulPhraseAltDataSize];
3 references to _sapiAlternatesBlob
System.Speech (3)
Result\RecognitionResult.cs (3)
281[MemberNotNull(nameof(_sapiAlternatesBlob))] 348Array.Copy(sapiResultBlob, (int)_header.ulPhraseAltOffset, _sapiAlternatesBlob, 0, (int)_header.ulPhraseAltDataSize); 357GCHandle gc = GCHandle.Alloc(_sapiAlternatesBlob, GCHandleType.Pinned);