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