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