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