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