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