1 implementation of IAutoInsertService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
AutoInsert\AutoInsertService.cs (1)
14
internal class AutoInsertService(IEnumerable<IOnAutoInsertProvider> onAutoInsertProviders) :
IAutoInsertService
3 references to IAutoInsertService
Microsoft.CodeAnalysis.Remote.Razor (3)
AutoInsert\OOPAutoInsertService.cs (1)
10
[Export(typeof(
IAutoInsertService
)), Shared]
AutoInsert\RemoteAutoInsertService.cs (2)
32
private readonly
IAutoInsertService
_autoInsertService = args.ExportProvider.GetExportedValue<
IAutoInsertService
>();