1 write to _collection
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\EndpointMetadataCollection.cs (1)
230_collection = collection;
2 references to _collection
Microsoft.AspNetCore.Http.Abstractions (2)
Routing\EndpointMetadataCollection.cs (2)
238var items = new object[_collection.Count]; 239_collection._items.CopyTo(items, 0);