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