1 implementation of IBinLogPathProvider
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\BinLogPathProvider.cs (1)
15
internal sealed class BinLogPathProvider :
IBinLogPathProvider
8 references to IBinLogPathProvider
Microsoft.CodeAnalysis.LanguageServer (6)
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
40
IBinLogPathProvider
binLogPathProvider)
FileBasedPrograms\FileBasedProgramsWorkspaceProviderFactory.cs (1)
37
IBinLogPathProvider
binLogPathProvider) : ILspMiscellaneousFilesWorkspaceProviderFactory
HostWorkspace\BinLogPathProvider.cs (1)
14
[Export(typeof(
IBinLogPathProvider
)), Shared]
HostWorkspace\LanguageServerProjectLoader.cs (2)
39
private readonly
IBinLogPathProvider
_binLogPathProvider;
97
IBinLogPathProvider
binLogPathProvider)
HostWorkspace\LanguageServerProjectSystem.cs (1)
38
IBinLogPathProvider
binLogPathProvider)
Microsoft.CodeAnalysis.Workspaces.MSBuild (2)
MSBuild\BuildHostProcessManager.cs (2)
28
private readonly
IBinLogPathProvider
? _binaryLogPathProvider;
38
public BuildHostProcessManager(ImmutableDictionary<string, string>? globalMSBuildProperties = null,
IBinLogPathProvider
? binaryLogPathProvider = null, ILoggerFactory? loggerFactory = null)