4 implementations of UnlockRegion
Microsoft.DiaSymReader (4)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (1)
369void global::Microsoft.DiaSymReader.IUnsafeComStream.UnlockRegion(long libOffset, long cb, int dwLockType)
Utilities\ComMemoryStream.cs (1)
269void IUnsafeComStream.UnlockRegion(long libOffset, long cb, int lockType)
Utilities\ComStreamWrapper.cs (1)
159public void UnlockRegion(long libOffset, long cb, int lockType)
Utilities\UnsafeComStreamWrapper.cs (1)
55public void UnlockRegion(long libOffset, long cb, int dwLockType) => _stream.UnlockRegion(libOffset, cb, dwLockType);
2 references to UnlockRegion
Microsoft.DiaSymReader (2)
_generated\32\Microsoft.DiaSymReader.IUnsafeComStream.cs (1)
394@this.UnlockRegion(libOffset, cb, dwLockType);
Utilities\UnsafeComStreamWrapper.cs (1)
55public void UnlockRegion(long libOffset, long cb, int dwLockType) => _stream.UnlockRegion(libOffset, cb, dwLockType);