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)
62MethodName = 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}"));