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