2 writes to _enableAsyncModelBinding
System.Web (2)
Util\AppSettings.cs (2)
130if (settings == null || !Boolean.TryParse(settings["aspnet:EnableAsyncModelBinding"], out _enableAsyncModelBinding)) 131_enableAsyncModelBinding = BinaryCompatibility.Current.TargetsAtLeastFramework46;
1 reference to _enableAsyncModelBinding
System.Web (1)
Util\AppSettings.cs (1)
513return _enableAsyncModelBinding;