2 overrides of Type
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\BaseService.cs (2)
29public override Type Type => typeof(T); 40public override Type Type => typeof(T);
1 reference to Type
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
RoslynLanguageServer.cs (1)
126var typeName = baseService.Type.FullName;