3 references to From
Microsoft.CommonLanguageServerProtocol.Framework.Package (3)
MethodHandlerDetails.cs (1)
47TypeRef.From(requestContextType)));
TypeRef.cs (2)
123=> type is not null ? From(type) : null; 125public static TypeRef Of<T>() => From(typeof(T));