Implemented interface member:
2 writes to HeaderSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
Structure\StructureTag.cs (2)
34
HeaderSpan
= Span.FromBounds(blockSpan.HintSpan.Start, blockSpan.TextSpan.Start);
39
HeaderSpan
= AbstractStructureTaggerProvider.TrimLeadingWhitespace(hintLine.Extent);
3 references to HeaderSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
Structure\StructureTag.cs (3)
73
Hash.Combine(this.
HeaderSpan
.GetHashCode(), this.GuideLineSpan.GetHashCode())))))));
87
_tagProvider.SpanEquals(this.Snapshot, this.
HeaderSpan
, other.Snapshot, other.
HeaderSpan
) &&