2 writes to _sizeMemoryPressure
System.Speech (2)
Internal\SapiInterop\SpeechEvent.cs (2)
29
GC.AddMemoryPressure(
_sizeMemoryPressure
= sizeof(ulong));
77
_sizeMemoryPressure
= 0;
2 references to _sizeMemoryPressure
System.Speech (2)
Internal\SapiInterop\SpeechEvent.cs (2)
74
if (
_sizeMemoryPressure
> 0)
76
GC.RemoveMemoryPressure(
_sizeMemoryPressure
);