1 write to _legacyService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
47_legacyService = legacyService;
2 references to _legacyService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\FSharpSmartIndentProvider.cs (2)
100Contract.ThrowIfNull(_provider._legacyService); 101result = _provider._legacyService.GetDesiredIndentation(document, line.LineNumber, cancellationToken);