13 references to DoNotWrapExceptions
Microsoft.AspNetCore.Connections.Abstractions (1)
Microsoft.AspNetCore.Hosting (1)
Microsoft.AspNetCore.Http.Abstractions (1)
Microsoft.AspNetCore.Http.Results (1)
Microsoft.Extensions.DependencyInjection (1)
Microsoft.VisualBasic.Core (2)
System.Private.CoreLib (3)
System.Text.Json (3)
System\ReflectionExtensions.cs (3)
105return ctorInfo.Invoke(BindingFlags.DoNotWrapExceptions, null, parameters, null);
127return methodInfo.Invoke(obj, BindingFlags.DoNotWrapExceptions, binder: null, parameters, culture: null);
149return constructorInfo.Invoke(BindingFlags.DoNotWrapExceptions, binder: null, parameters, culture: null);