2 references to IFSharpSynchronousIndentationService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\FSharpSmartIndentProvider.cs (2)
32
private readonly
IFSharpSynchronousIndentationService
? _legacyService;
41
[Import(AllowDefault = true)]
IFSharpSynchronousIndentationService
? legacyService,