8 instantiations of SingleSegmentCollection
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\TagHelperCollection.Builder.cs (1)
138return new SingleSegmentCollection(array.AsMemory());
Language\TagHelperCollection.cs (2)
300? new SingleSegmentCollection(segments[0]) 375? new SingleSegmentCollection(segments[0])
Language\TagHelperCollection.FixedSizeBuilder.cs (1)
103var length => new SingleSegmentCollection(_items.AsMemory(0, length))
Language\TagHelperCollection.RefBuilder.cs (1)
128return new SingleSegmentCollection(array);
Language\TagHelperCollection.SegmentBuilder.cs (1)
111[var singleSegment] => new SingleSegmentCollection(singleSegment),
Language\TagHelperCollection_Factories.cs (2)
38[var singleItem] => new SingleSegmentCollection(singleItem), 87[TagHelperDescriptor] => new SingleSegmentCollection(segment),