Microsoft.Cci.AggregatingLocalScopeProvider.GetProvider C# (CSharp) Method

GetProvider() private method

private GetProvider ( IILLocation mbLocation ) : ILocalScopeProvider
mbLocation IILLocation
return ILocalScopeProvider
    private ILocalScopeProvider/*?*/ GetProvider(IILLocation/*?*/ mbLocation) {
      if (mbLocation == null) return null;
      return this.GetProvider(mbLocation.MethodDefinition);
    }

Same methods

AggregatingLocalScopeProvider::GetProvider ( ILocalDefinition localDefinition ) : ILocalScopeProvider
AggregatingLocalScopeProvider::GetProvider ( IMethodDefinition methodDefinition ) : ILocalScopeProvider