We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975545a commit ecd84a8Copy full SHA for ecd84a8
src/MongoDB.Bson/Serialization/BsonClassMapDomain.cs
@@ -68,7 +68,7 @@ public BsonClassMap LookupClassMap(Type classType)
68
throw new ArgumentNullException("classType");
69
}
70
71
- _serializationDomain.ConfigLock.EnterReadLock(); //TODO Remove this lock from here...
+ _serializationDomain.ConfigLock.EnterReadLock();
72
try
73
{
74
if (_classMaps.TryGetValue(classType, out var classMap))
0 commit comments