1 override of IsGeneratorEnabled
Microsoft.AspNetCore.Http.Microbenchmarks (1)
RequestDelegateGeneratorBenchmarks.cs (1)
14
protected override bool
IsGeneratorEnabled
=> true;
3 references to IsGeneratorEnabled
Microsoft.AspNetCore.Http.Microbenchmarks (3)
src\Http\Http.Extensions\test\RequestDelegateGenerator\RequestDelegateCreationTestBase.cs (3)
49
if (!
IsGeneratorEnabled
)
121
var expectGeneratedCode = (expectGeneratedCodeOverride ?? true) &&
IsGeneratorEnabled
;
349
if (!
IsGeneratorEnabled
)