1 write to _provider
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
63
_provider
= provider;
5 references to _provider
Microsoft.CodeAnalysis.ExternalAccess.FSharp (5)
Internal\Editor\FSharpSmartIndentProvider.cs (5)
84
if (
_provider
._service != null)
88
var indentStyle =
_provider
._globalOptions.GetOption(IndentationOptionsStorage.SmartIndent, document.Project.Language);
95
result =
_provider
._service.GetDesiredIndentation(document.Project.LanguageServices, text, document.Id, document.FilePath, line.LineNumber, fsharpOptions);
100
Contract.ThrowIfNull(
_provider
._legacyService);
101
result =
_provider
._legacyService.GetDesiredIndentation(document, line.LineNumber, cancellationToken);