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