2 instantiations of CopyOnWriteList
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\ControllerActionInvokerProvider.cs (1)
69ValueProviderFactories = new CopyOnWriteList<IValueProviderFactory>(_valueProviderFactories)
Routing\ControllerRequestDelegateFactory.cs (1)
85ValueProviderFactories = new CopyOnWriteList<IValueProviderFactory>(_valueProviderFactories)
3 references to CopyOnWriteList
Microsoft.AspNetCore.Mvc.Core (3)
Infrastructure\CopyOnWriteList.cs (3)
11[DebuggerTypeProxy(typeof(CopyOnWriteList<>.CopyOnWriteListDebugView))] 119private sealed class CopyOnWriteListDebugView(CopyOnWriteList<T> collection) 121private readonly CopyOnWriteList<T> _collection = collection;