1 write to RightSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\IFSharpBraceMatcher.cs (1)
22
this.
RightSpan
= rightSpan;
1 reference to RightSpan
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpBraceMatcher.cs (1)
32
return result.HasValue ? new BraceMatchingResult(result.Value.LeftSpan, result.Value.
RightSpan
) : null;