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