1 write to deflateDelegate
System (1)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
475deflateDelegate = CreateDelegate<DeflateDelegate>("deflate");
2 references to deflateDelegate
System (2)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (2)
489RuntimeHelpers.PrepareDelegate(deflateDelegate); 657return NativeZLibDLLStub.deflateDelegate(zStreamPtr, flush);