1 write to Document
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
29Document = document;
5 references to Document
Microsoft.CodeAnalysis.ExternalAccess.FSharp (5)
FSharpDocumentSpan.cs (5)
15/// Represents a <see cref="TextSpan"/> location in a <see cref="Document"/>. 37=> this.Document == obj.Document && this.SourceSpan == obj.SourceSpan; 47this.Document, 52return new DocumentSpan(this.Document, this.SourceSpan);