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