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); 98return _tagProvider.GetCollapsedHintForm(this);