C# Class AgentMulder.Containers.Autofac.Patterns.RegisterLambdaExpression

Inheritance: AgentMulder.ReSharper.Domain.Patterns.RegistrationPatternBase
Show file Open project: hmemcpy/AgentMulder

Public Methods

Method Description
GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable

Private Methods

Method Description
GetRegistrationsFromExpression ( ITreeNode registrationRootElement, ICSharpExpression expression ) : IEnumerable
IsReferenceToSystemObject ( IPredefinedTypeReference reference ) : bool
IsResolvedToObject ( ICSharpExpression expression ) : bool
RegisterLambdaExpression ( [ basedOnPatterns ) : System

Method Details

GetComponentRegistrations() public method

public GetComponentRegistrations ( ITreeNode registrationRootElement ) : IEnumerable
registrationRootElement ITreeNode
return IEnumerable