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