1 implementation of ISpellCheckService
Microsoft.CodeAnalysis.Razor.Workspaces (1)
SpellCheck\SpellCheckService.cs (1)
17
IDocumentMappingService documentMappingService) :
ISpellCheckService
3 references to ISpellCheckService
Microsoft.CodeAnalysis.Remote.Razor (3)
SpellCheck\OOPSpellCheckService.cs (1)
10
[Export(typeof(
ISpellCheckService
)), Shared]
SpellCheck\RemoteSpellCheckService.cs (2)
21
private readonly
ISpellCheckService
_spellCheckService = args.ExportProvider.GetExportedValue<
ISpellCheckService
>();