move the usages of cos object key to indirect reference

This commit is contained in:
Eliot Jones
2018-01-14 14:48:54 +00:00
parent b19b96604d
commit 36c0eedd7c
15 changed files with 102 additions and 73 deletions

View File

@@ -87,7 +87,7 @@ startxref
foreach (var keyValuePair in locations)
{
Assert.Contains(newLocations.Keys, x => ReferenceEquals(x, keyValuePair.Key));
Assert.Contains(newLocations.Keys, x => x.Equals(keyValuePair.Key));
}
}
}