1 write to _tagProvider
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
44
_tagProvider
= tagProvider;
4 references to _tagProvider
Microsoft.CodeAnalysis.EditorFeatures (4)
Structure\StructureTag.cs (4)
86
_tagProvider
.SpanEquals(this.Snapshot, this.OutliningSpan, other.Snapshot, other.OutliningSpan) &&
87
_tagProvider
.SpanEquals(this.Snapshot, this.HeaderSpan, other.Snapshot, other.HeaderSpan) &&
88
_tagProvider
.SpanEquals(this.Snapshot, this.GuideLineSpan, other.Snapshot, other.GuideLineSpan);
98
return
_tagProvider
.GetCollapsedHintForm(this);