1 instantiation of TypeWithStackTraceHiddenAttribute
Microsoft.AspNetCore.Shared.Tests (1)
StackTraceHelperTest.cs (1)
292void InvokeMethodOnTypeWithStackTraceHiddenAttribute() => new TypeWithStackTraceHiddenAttribute().Throw();
1 reference to TypeWithStackTraceHiddenAttribute
Microsoft.AspNetCore.Shared.Tests (1)
StackTraceHelperTest.cs (1)
295void InvokeStaticMethodOnTypeWithStackTraceHiddenAttribute() => TypeWithStackTraceHiddenAttribute.ThrowStatic();