Implemented interface member:
1 write to OutliningSpan
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\StructureTag.cs (1)
22
OutliningSpan
= blockSpan.TextSpan.ToSpan();
3 references to OutliningSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
Structure\StructureTag.cs (3)
72
Hash.Combine(this.
OutliningSpan
.GetHashCode(),
86
_tagProvider.SpanEquals(this.Snapshot, this.
OutliningSpan
, other.Snapshot, other.
OutliningSpan
) &&