4 references to From
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
LspServices\LspServices.cs (1)
180
builder.Add((handler, TypeRef.
From
(handlerType), methods));
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\MethodHandlerDetails.cs (1)
47
TypeRef.
From
(requestContextType)));
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\TypeRef.cs (2)
121
=> type is not null ?
From
(type) : null;
123
public static TypeRef Of<T>() =>
From
(typeof(T));