1 write to _loggerFactory
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\MatcherBuilderMultipleEntryBenchmark.cs (1)
55
_loggerFactory
= NullLoggerFactory.Instance;
1 reference to _loggerFactory
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Matching\MatcherBuilderMultipleEntryBenchmark.cs (1)
81
new DfaMatcherBuilder(
_loggerFactory
, _parameterPolicyFactory, _selector, _policies);