Skip to content

Commit

Permalink
Assume present
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Dec 17, 2021
1 parent c9fb584 commit bba724f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ internal IComponentModel ComponentModel
{
get
{
Contract.ThrowIfNull(_componentModel_doNotAccessDirectly);
Assumes.Present(_componentModel_doNotAccessDirectly);
return _componentModel_doNotAccessDirectly;
}
}
Expand Down

0 comments on commit bba724f

Please sign in to comment.