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)
238
var items = new object[
_collection
.Count];
239
_collection
._items.CopyTo(items, 0);