Skip to content

Commit bec3038

Browse files
authored
remove redundant ReflectHelper constructor (#5379)
1 parent 98b1c7d commit bec3038

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Adapter/MSTest.TestAdapter/Helpers/ReflectHelper.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ internal class ReflectHelper : MarshalByRefObject
2222
private readonly ConcurrentDictionary<ICustomAttributeProvider, Attribute[]> _inheritedAttributeCache = [];
2323
private readonly ConcurrentDictionary<ICustomAttributeProvider, Attribute[]> _nonInheritedAttributeCache = [];
2424

25-
internal /* for tests only, because of Moq */ ReflectHelper()
26-
{
27-
}
28-
2925
public static ReflectHelper Instance => InstanceValue.Value;
3026

3127
/// <summary>

0 commit comments

Comments
 (0)