NUnit.Framework.Internal.Builders.MethodInfoCache
Caches static information for IMethodInfo to reduce re-calculations and memory allocations from reflection.
namespace NUnit.Framework.Internal.Builders
{
internal static class MethodInfoCache
{
}
}