3 references to GetMapActionString
Microsoft.AspNetCore.Http.Microbenchmarks (3)
RequestDelegateGeneratorBenchmarks.cs (1)
31
var source =
GetMapActionString
(innerSource);
src\Http\Http.Extensions\test\RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (2)
68
var syntaxTree = CSharpSyntaxTree.ParseText(
GetMapActionString
(updatedSource), path: $"TestMapActions.cs", options: ParseOptions);
305
var source =
GetMapActionString
(sources);