4 references to From
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
LspServices\AbstractExportLspServiceAttribute.cs (1)
84var handlerDetails = MethodHandlerDetails.From(handlerType);
LspServices\LspServices.cs (1)
177var methods = MethodHandlerDetails.From(handlerType);
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\HandlerProvider.cs (1)
81var handlerDetails = MethodHandlerDetails.From(handlerType);
Microsoft.CommonLanguageServerProtocol.Framework.UnitTests (1)
Mocks\TestLspServices.cs (1)
51=> [.. Services.Where(s => s.instance is IMethodHandler).Select(s => ((IMethodHandler?)s.instance, TypeRef.From(s.instance.GetType()), MethodHandlerDetails.From(s.instance.GetType())))];