1 write to _textView
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
62
_textView
= textView;
2 references to _textView
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\FSharpSmartIndentProvider.cs (2)
91
TabSize:
_textView
.Options.GetOptionValue(DefaultOptions.TabSizeOptionId),
104
return result.HasValue ? new IndentationResult(result.Value.BasePosition, result.Value.Offset).GetIndentation(
_textView
, line) : null;