提交 8a4b29be 编写于 作者: H HeeJae Chang

added comment

上级 c0ea0f1e
......@@ -14,6 +14,9 @@ namespace Microsoft.CodeAnalysis.Host
/// <typeparam name="TService">TService for <see cref="IEventListener{TService}"/></typeparam>
internal class EventListenerTracker<TService>
{
/// <summary>
/// Workspace kind this event listener is initialized for
/// </summary>
private readonly HashSet<string> _eventListenerInitialized;
private readonly IEnumerable<Lazy<IEventListener, EventListenerMetadata>> _eventListeners;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册