2 references to TextSpan
Microsoft.CodeAnalysis.Workspaces (2)
Classification\ClassifiedSpan.cs (2)
22=> Hash.Combine(this.ClassificationType, this.TextSpan.GetHashCode()); 28=> this.ClassificationType == other.ClassificationType && this.TextSpan == other.TextSpan;