4 implementations of SupportsMappingImportDirectives
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
80public bool SupportsMappingImportDirectives => true;
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\AbstractSpanMappingService.cs (1)
19public abstract bool SupportsMappingImportDirectives { get; }
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
TestDocumentServiceProvider.cs (1)
63public bool SupportsMappingImportDirectives { get; }
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
268Public ReadOnly Property SupportsMappingImportDirectives As Boolean = False Implements ISpanMappingService.SupportsMappingImportDirectives
2 references to SupportsMappingImportDirectives
Microsoft.CodeAnalysis.Workspaces (1)
AddImportPlacementOptions.cs (1)
65=> document.Services.GetService<ISpanMappingService>()?.SupportsMappingImportDirectives == true;
Microsoft.VisualStudio.LanguageServices.UnitTests (1)
Venus\DocumentService_IntegrationTests.vb (1)
268Public ReadOnly Property SupportsMappingImportDirectives As Boolean = False Implements ISpanMappingService.SupportsMappingImportDirectives