未验证 提交 3311aeea 编写于 作者: J Jason Malinowski 提交者: GitHub

Merge pull request #37641 from jasonmalinowski/move-comment

Move comment to correct line of code
......@@ -34,12 +34,12 @@ internal sealed class RunningDocumentTableEventTracker : IVsRunningDocTableEvent
Contract.ThrowIfNull(runningDocumentTable);
Contract.ThrowIfNull(listener);
// Advise / Unadvise for the RDT is free threaded past 16.0
_foregroundAffinitization = new ForegroundThreadAffinitizedObject(threadingContext, assertIsForeground: false);
_runningDocumentTable = (IVsRunningDocumentTable4)runningDocumentTable;
_editorAdaptersFactoryService = editorAdaptersFactoryService;
_listener = listener;
// Advise / Unadvise for the RDT is free threaded past 16.0
((IVsRunningDocumentTable)_runningDocumentTable).AdviseRunningDocTableEvents(this, out _runningDocumentTableEventsCookie);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册