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 98b1c7d commit bec3038Copy full SHA for bec3038
src/Adapter/MSTest.TestAdapter/Helpers/ReflectHelper.cs
@@ -22,10 +22,6 @@ internal class ReflectHelper : MarshalByRefObject
22
private readonly ConcurrentDictionary<ICustomAttributeProvider, Attribute[]> _inheritedAttributeCache = [];
23
private readonly ConcurrentDictionary<ICustomAttributeProvider, Attribute[]> _nonInheritedAttributeCache = [];
24
25
- internal /* for tests only, because of Moq */ ReflectHelper()
26
- {
27
- }
28
-
29
public static ReflectHelper Instance => InstanceValue.Value;
30
31
/// <summary>
0 commit comments