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