1 write to BasePosition
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\IFSharpIndentationService.cs (1)
40
BasePosition
= basePosition;
1 reference to BasePosition
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
104
return result.HasValue ? new IndentationResult(result.Value.
BasePosition
, result.Value.Offset).GetIndentation(_textView, line) : null;