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