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