2 references to BindValue
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (2)
47
BindValue
(_section, nameof(LoggingRedactionOptions.IncludeUnmatchedRoutes), bool.Parse, value => options.IncludeUnmatchedRoutes = value);
93
=>
BindValue
(section, key, ParseEnum<TEnum>, setter);