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