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