6 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)