1 override of Unlock
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
330
public override void
Unlock
(long position, long length)
8 references to Unlock
Microsoft.VisualBasic.Core (7)
Microsoft\VisualBasic\CompilerServices\VB6BinaryFile.vb (1)
76
m_file.
Unlock
(lStartByte, lLength)
Microsoft\VisualBasic\CompilerServices\VB6File.vb (5)
618
m_file.
Unlock
(0, Int32.MaxValue)
637
m_file.
Unlock
((Record - 1), 1)
639
m_file.
Unlock
((Record - 1) * m_lRecordLen, m_lRecordLen)
659
m_file.
Unlock
((RecordStart - 1), (RecordEnd - RecordStart) + 1)
661
m_file.
Unlock
((RecordStart - 1) * m_lRecordLen, ((RecordEnd - RecordStart) + 1) * m_lRecordLen)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (1)
155
m_file.
Unlock
(lStartByte, lLength)
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
332
_fs.
Unlock
(position, length);