1 write to Document
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
FSharpDocumentSpan.cs (1)
29
Document
= 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;
47
this.
Document
,
52
return new DocumentSpan(this.
Document
, this.SourceSpan);