8 references to Lock
Microsoft.AspNetCore.Mvc.Core (6)
Routing\ActionEndpointDataSourceBase.cs (2)
106lock (Lock) 118lock (Lock)
Routing\ControllerActionEndpointDataSource.cs (4)
34DefaultBuilder = new ControllerActionEndpointConventionBuilder(Lock, Conventions, FinallyConventions); 56lock (Lock) 61return new ControllerActionEndpointConventionBuilder(Lock, conventions, finallyConventions); 137lock (Lock)
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionEndpointDataSource.cs (2)
29DefaultBuilder = new PageActionEndpointConventionBuilder(Lock, Conventions, FinallyConventions); 77lock (Lock)