2 writes to gcPhoneme
System.Speech (2)
Internal\Synthesis\ConvertTextFrag.cs (2)
67
sapiFrag.
gcPhoneme
= GCHandle.Alloc(ssmlState.Phoneme, GCHandleType.Pinned);
75
sapiFrag.
gcPhoneme
= new GCHandle();
3 references to gcPhoneme
System.Speech (3)
Internal\Synthesis\ConvertTextFrag.cs (3)
68
sapiState.pPhoneIds = sapiFrag.
gcPhoneme
.AddrOfPinnedObject();
133
if (sapiFrag.
gcPhoneme
.IsAllocated)
135
sapiFrag.
gcPhoneme
.Free();