1 write to Offset
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Editor\IFSharpIndentationService.cs (1)
41
Offset
= offset;
1 reference to Offset
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;