C# Class DryIocServiceScope, csharp-language-server-protocol

Bare-bones IServiceScope implementations
Inheritance: IServiceScope
Mostra file Open project: OmniSharp/csharp-language-server-protocol

Public Methods

Method Description
DryIocServiceScope ( IResolverContext resolverContext ) : Microsoft.Extensions.DependencyInjection

Creating from resolver context

Method Details

DryIocServiceScope() public method

Creating from resolver context
public DryIocServiceScope ( IResolverContext resolverContext ) : Microsoft.Extensions.DependencyInjection
resolverContext IResolverContext
return Microsoft.Extensions.DependencyInjection