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