1 write to SourceSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
38
SourceSpan
= sourceSpan;
4 references to SourceSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (4)
FSharpDocumentSpan.cs (4)
46
=> this.Document == obj.Document && this.
SourceSpan
== obj.
SourceSpan
;
57
this.
SourceSpan
.GetHashCode());
61
return new Microsoft.CodeAnalysis.DocumentSpan(this.Document, this.
SourceSpan
, this.Properties);