3 references to InteractiveLanguageNames
Microsoft.CodeAnalysis.EditorFeatures (3)
Interactive\Completion\InteractiveCommandCompletionService.cs (2)
16
[ExportLanguageServiceFactory(typeof(CompletionService),
InteractiveLanguageNames
.InteractiveCommand), Shared]
33
=>
InteractiveLanguageNames
.InteractiveCommand;
Interactive\InteractiveCommandContentTypeLanguageService.cs (1)
16
[ExportContentTypeLanguageService(PredefinedInteractiveCommandsContentTypes.InteractiveCommandContentTypeName,
InteractiveLanguageNames
.InteractiveCommand), Shared]