1 write to rootStorage
WindowsBase (1)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (1)
171
rootStorage
= parent.Root;
4 references to rootStorage
WindowsBase (4)
Base\System\IO\Packaging\CompoundFile\StorageInfo.cs (4)
614
if( null ==
rootStorage
)
617
return
rootStorage
;
1333
Debug.Assert(
rootStorage
!= null, "Root storage cannot be null if StorageInfo and empty parentStorage");
1334
return
rootStorage
.RootDisposed;