示例#1
0
 public VisualStudioMacEditorDocumentManager(
     ProjectSnapshotManagerDispatcher projectSnapshotManagerDispatcher,
     JoinableTaskContext joinableTaskContext,
     FileChangeTrackerFactory fileChangeTrackerFactory)
     : base(projectSnapshotManagerDispatcher, joinableTaskContext, fileChangeTrackerFactory)
 {
 }
示例#2
0
 public VisualStudioMacEditorDocumentManager(
     ForegroundDispatcher foregroundDispatcher,
     FileChangeTrackerFactory fileChangeTrackerFactory)
     : base(foregroundDispatcher, fileChangeTrackerFactory)
 {
 }