1 write to inflateDelegate
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
481inflateDelegate = CreateDelegate<InflateDelegate>("inflate");
2 references to inflateDelegate
System (2)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (2)
492RuntimeHelpers.PrepareDelegate(inflateDelegate); 714return NativeZLibDLLStub.inflateDelegate(zStreamPtr, flush);