1 write to m_FullPath
mscorlib (1)
system\io\isolatedstorage\isolatedstoragefilestream.cs (1)
172
m_FullPath
= m_isf.GetFullPath(m_GivenPath);
2 references to m_FullPath
mscorlib (2)
system\io\isolatedstorage\isolatedstoragefilestream.cs (2)
205
oldFileSize = IsolatedStorageFile.RoundToBlockSize((ulong)LongPathFile.GetLength(
m_FullPath
));
241
FileStream(
m_FullPath
, mode, access, share, bufferSize,