Guest User

Untitled

a guest
May 26th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. if (bindings == null)
  2. {
  3. return false;
  4. }
  5.  
  6. lock(_handleMissingBindingLockObject)
  7. {
  8. if (!CanResolve(request))
  9. {
  10. bindings.Map(binding => binding.IsImplicit = true);
  11. AddBindings(bindings);
  12. }
  13. }
  14. return true;
  15. }
Add Comment
Please, Sign In to add comment