1 override of Lock
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
464
public override void
Lock
(long position, long length)
2 references to Lock
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
470
m_fs.
Lock
(position, length);
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
214
_controllerFileStream.
Lock
(0, data.Length);