Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void VerifyElementsAreDefault()

for (int i = 0; i < _items.Length; ++i)
{
// Do call EqualityComparer<T>.Default here as it may call type loader. Type loader uses
// Do not call EqualityComparer<T>.Default here as it may call type loader. Type loader uses
// locks and we would end up with infinite recursion.
// Debug.Assert(EqualityComparer<T>.Default.Equals(_items[i], default(T)));

Expand Down