1 instantiation of RefStruct
Microsoft.AspNetCore.Http.Extensions.Tests (1)
RequestDelegateFactoryTests.cs (1)
932RefStruct Method3() => new("hello world"u8);
2 references to RefStruct
Microsoft.AspNetCore.Http.Extensions.Tests (2)
RequestDelegateFactoryTests.cs (2)
932RefStruct Method3() => new("hello world"u8); 940Assert.Equal($"Unsupported return type: {typeof(RefStruct).FullName}", ex3.Message);