1 implementation of LogEndContext
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLspLogger.cs (1)
16public 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}");