1 implementation of LogStartContext
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
15public abstract void LogStartContext(string message, params object[] @params);
1 reference to LogStartContext
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
165_logger.LogStartContext($"{MethodName}");