Implemented interface member:
property
MethodName
Microsoft.CommonLanguageServerProtocol.Framework.IQueueItem<TRequestContext>.MethodName
1 write to MethodName
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
62
MethodName
= methodName;
3 references to MethodName
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (3)
180
_requestTelemetryScope?.RecordWarning($"Could not get request context for {
MethodName
}");
181
_logger.LogWarning($"Could not get request context for {
MethodName
}");
183
_completionSource.TrySetException(new InvalidOperationException($"Unable to create request context for {
MethodName
}"));