5 references to Count
Microsoft.AspNetCore.Razor.Microbenchmarks.Compiler (5)
TagHelperCollectionMergeBenchmark.cs (5)
24
var collectionCount =
Count
switch
32
_tagHelpers = TagHelperCollectionHelpers.CreateTagHelpers(
Count
);
33
_collections = TagHelperCollectionHelpers.CreateTagHelperCollections(collectionCount, helpersPerCollection:
Count
);
36
_collection1 = TagHelperCollection.Create(span[..(
Count
/ 2)]);
37
_collection2 = TagHelperCollection.Create(span[..(
Count
/ 4)]);