Implemented interface member:
10 references to SubHeadings
Microsoft.CodeAnalysis.EditorFeatures (10)
Structure\StructureTag.cs (10)
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];
109
var otherSubHeading = other.
SubHeadings
[i];