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
))]
348
Array.Copy(sapiResultBlob, (int)_header.ulPhraseAltOffset,
_sapiAlternatesBlob
, 0, (int)_header.ulPhraseAltDataSize);
357
GCHandle gc = GCHandle.Alloc(
_sapiAlternatesBlob
, GCHandleType.Pinned);