8 references to Segments
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\TagHelperCollection.cs (2)
262foreach (var segment in Segments) 337foreach (var segment in Segments)
Language\TagHelperCollection.SegmentCollectionBase.cs (4)
31foreach (var segment in collection.Segments) 46foreach (var segment in collection.Segments) 82foreach (var segment in Segments) 101foreach (var segment in Segments)
Language\TagHelperCollection_Factories.cs (2)
223segmentCount += collection.Segments.Count; 230foreach (var segment in collection.Segments)