5 references to LOCKTYPE
Microsoft.VisualStudio.Extensibility.Testing.Xunit (5)
Windows.Win32.IStream.g.cs (1)
104 void LockRegion(ulong libOffset, ulong cb, [MarshalAs(UnmanagedType.U4)] winmdroot.System.Com.LOCKTYPE dwLockType);
Windows.Win32.STATSTG.g.cs (4)
58 private winmdroot.System.Com.LOCKTYPE _grfLocksSupported; 72 internal LOCKTYPE grfLocksSupported 74 get => (LOCKTYPE)this._grfLocksSupported; 75 set => this._grfLocksSupported = (winmdroot.System.Com.LOCKTYPE)value;