6 references to SubHeadings
Microsoft.CodeAnalysis.EditorFeatures (6)
Structure\StructureTag.cs (6)
75
Hash.Combine(this.
SubHeadings
?.Count ?? 0, this.GuideLineSpan.GetHashCode()))))))));
92
if (this.
SubHeadings
is null != other.SubHeadings is null)
95
if (this.
SubHeadings
is not null && other.SubHeadings is not null)
97
if (this.
SubHeadings
.Count != other.SubHeadings.Count)
100
for (int i = 0, n = this.
SubHeadings
.Count; i < n; i++)
102
var thisSubHeading = this.
SubHeadings
[i];