3 references to FileService
Microsoft.CodeAnalysis.EditorFeatures (1)
Structure\AbstractStructureTaggerProvider.cs (1)
75
masWorkspace.
FileService
.ShouldCollapseOnOpen(openDocument.FilePath, options))
Microsoft.CodeAnalysis.Features (1)
MetadataAsSource\SymbolMappingServiceFactory.cs (1)
26
=> new SymbolMappingService(((MetadataAsSourceWorkspace)workspaceServices.Workspace).
FileService
);
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.cs (1)
167
collapseAllImplementations = masWorkspace.
FileService
.ShouldCollapseOnOpen(openDocument.FilePath, options);