1 write to Method
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestContext.cs (1)
199Method = method;
5 references to Method
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (2)
Cohost\RazorCohostRequestContext.cs (1)
14internal string Method => context.Method;
RazorRequestContext.cs (1)
13internal string Method => context.Method;
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestContext.cs (3)
205? throw new ArgumentNullException($"{nameof(ClientCapabilities)} is null when it was required for {Method}") 212? throw new ArgumentNullException($"{nameof(Document)} is null when it was required for {Method}") 219? throw new ArgumentNullException($"{nameof(TextDocument)} is null when it was required for {Method}")