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)
84if (_provider._service != null) 88var indentStyle = _provider._globalOptions.GetOption(IndentationOptionsStorage.SmartIndent, document.Project.Language); 95result = _provider._service.GetDesiredIndentation(document.Project.LanguageServices, text, document.Id, document.FilePath, line.LineNumber, fsharpOptions); 100Contract.ThrowIfNull(_provider._legacyService); 101result = _provider._legacyService.GetDesiredIndentation(document, line.LineNumber, cancellationToken);