1 implementation of LogEndContext
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
16
public abstract void
LogEndContext
(string message, params object[] @params);
2 references to LogEndContext
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
QueueItem.cs (2)
142
_logger.
LogEndContext
($"{MethodName}");
240
_logger.
LogEndContext
($"{MethodName}");