3 references to Add
ApiExplorerWebSite (1)
Startup.cs (1)
26options.Conventions.Add(new ApiExplorerRouteChangeConvention(wellKnownChangeToken));
Microsoft.AspNetCore.Mvc.Core.Test (2)
DependencyInjection\ApplicationModelConventionExtensionsTest.cs (2)
69options.Conventions.Add(new SimpleActionConvention()); 244conventions.Add(actionModelConvention);