public VirtualizedContentSession(VirtualizedContentStore store, IContentSession session, string name) : base(name) { // TODO: ImplicitPin? Store = store; InnerSession = session; }
public VirtualizedContentSession(VirtualizedContentStore store, IContentSession session, VfsContentManager contentManager, string name) : base(name) { _store = store; _innerSession = session; _contentManager = contentManager; _fileSystem = new PassThroughFileSystem(); }