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)
36return _interceptorManager.HasInterceptor(methodName, _contentType); 44payload = await _interceptorManager.ProcessInterceptorsAsync(methodName, methodParam, _contentType, CancellationToken.None); 63response = await _interceptorManager.ProcessInterceptorsAsync(methodName, response, _contentType, CancellationToken.None);