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