1 instantiation of GenericClass
Microsoft.AspNetCore.Shared.Tests (1)
StackTraceHelperTest.cs (1)
142var exception = Record.Exception(() => new GenericClass<int>().Throw(0));
1 reference to GenericClass
Microsoft.AspNetCore.Shared.Tests (1)
StackTraceHelperTest.cs (1)
254return GenericClass<byte>.GenericMethod(ref value);