1 write to _contentType
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
MessageInterception\InterceptionMiddleLayer.cs (1)
31
_contentType
= !string.IsNullOrEmpty(contentType) ? contentType : throw new ArgumentException("Cannot be empty", nameof(contentType));
3 references to _contentType
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (3)
MessageInterception\InterceptionMiddleLayer.cs (3)
36
return _interceptorManager.HasInterceptor(methodName,
_contentType
);
44
payload = await _interceptorManager.ProcessInterceptorsAsync(methodName, methodParam,
_contentType
, CancellationToken.None);
63
response = await _interceptorManager.ProcessInterceptorsAsync(methodName, response,
_contentType
, CancellationToken.None);