public void AddResolutionService(IQualifiedNameResolutionService resolutionService)
 {
     if (_resolutionServices == null)
     {
         _resolutionServices = new List <IQualifiedNameResolutionService>();
     }
     _resolutionServices.Add(resolutionService);
 }
 public void AddResolutionService(IQualifiedNameResolutionService resolutionService)
 {
     if (_resolutionServices == null)
         _resolutionServices = new List<IQualifiedNameResolutionService>();
     _resolutionServices.Add(resolutionService);
 }