1 implementation of LogWarning
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
AbstractLspLogger.cs (1)
18public abstract void LogWarning(string message, params object[] @params);
1 reference to LogWarning
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
181_logger.LogWarning($"Could not get request context for {MethodName}");