1 write to Document
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
37Document = 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"/>. 46=> this.Document == obj.Document && this.SourceSpan == obj.SourceSpan; 56this.Document, 61return new Microsoft.CodeAnalysis.DocumentSpan(this.Document, this.SourceSpan, this.Properties);