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