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