1 write to SourceSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
30SourceSpan = sourceSpan;
4 references to SourceSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
FSharpDocumentSpan.cs (4)
37=> this.Document == obj.Document && this.SourceSpan == obj.SourceSpan; 48this.SourceSpan.GetHashCode()); 52return new DocumentSpan(this.Document, this.SourceSpan);