1 write to Conventions
Microsoft.AspNetCore.Mvc.Core (1)
MvcOptions.cs (1)
41Conventions = new List<IApplicationModelConvention>();
3 references to Conventions
Microsoft.AspNetCore.Mvc.Core (3)
ApplicationModels\ApplicationModelFactory.cs (1)
30_conventions = options.Value.Conventions;
ApplicationModels\IApplicationModelConvention.cs (1)
10/// Implementations of this interface can be registered in <see cref="MvcOptions.Conventions"/>
DependencyInjection\ApplicationModelConventionExtensions.cs (1)
10/// Contains the extension methods for <see cref="AspNetCore.Mvc.MvcOptions.Conventions"/>.