6 references to SubHeadings
Microsoft.CodeAnalysis.EditorFeatures (6)
Structure\StructureTag.cs (6)
81
Hash.Combine(this.
SubHeadings
?.Count ?? 0, this.GuideLineSpan.GetHashCode()))))))));
98
if (this.
SubHeadings
is null != other.SubHeadings is null)
101
if (this.
SubHeadings
is not null && other.SubHeadings is not null)
103
if (this.
SubHeadings
.Count != other.SubHeadings.Count)
106
for (int i = 0, n = this.
SubHeadings
.Count; i < n; i++)
108
var thisSubHeading = this.
SubHeadings
[i];