1 write to gcSayAsCategory
System.Speech (1)
Internal\Synthesis\ConvertTextFrag.cs (1)
120sapiFrag.gcSayAsCategory = GCHandle.Alloc(sFormat, GCHandleType.Pinned);
3 references to gcSayAsCategory
System.Speech (3)
Internal\Synthesis\ConvertTextFrag.cs (3)
121return sapiFrag.gcSayAsCategory.AddrOfPinnedObject(); 138if (sapiFrag.gcSayAsCategory.IsAllocated) 140sapiFrag.gcSayAsCategory.Free();