1 write to _enumTryParseMethod
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\ParameterBindingMethodCache.cs (1)
61_enumTryParseMethod = GetEnumTryParseMethod(preferNonGenericEnumParseOverload);
3 references to _enumTryParseMethod
Microsoft.AspNetCore.Http.Extensions (3)
src\Shared\ParameterBindingMethodCache.cs (3)
96if (_enumTryParseMethod.IsGenericMethod) 98methodInfo = _enumTryParseMethod.MakeGenericMethod(type); 115Expression.Assign(success, Expression.Call(_enumTryParseMethod, Expression.Constant(type), TempSourceStringExpr, enumAsObject)),