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