2 references to IFSharpIndentationService
Microsoft.CodeAnalysis.ExternalAccess.FSharp (2)
Internal\Editor\FSharpSmartIndentProvider.cs (2)
34
private readonly
IFSharpIndentationService
? _service;
42
[Import(AllowDefault = true)]
IFSharpIndentationService
? service,