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