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