2 implementations of IBinLogPathProvider
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\BinLogPathProvider.cs (1)
15internal sealed class BinLogPathProvider : IBinLogPathProvider
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.cs (1)
286internal sealed class BinLogPathProvider : IBinLogPathProvider
9 references to IBinLogPathProvider
Microsoft.CodeAnalysis.LanguageServer (7)
FileBasedPrograms\CanonicalMiscFilesProjectLoader.cs (1)
46IBinLogPathProvider binLogPathProvider,
FileBasedPrograms\FileBasedProgramsProjectSystem.cs (1)
47IBinLogPathProvider binLogPathProvider,
FileBasedPrograms\FileBasedProgramsWorkspaceProviderFactory.cs (1)
37IBinLogPathProvider binLogPathProvider,
HostWorkspace\BinLogPathProvider.cs (1)
14[Export(typeof(IBinLogPathProvider)), Shared]
HostWorkspace\LanguageServerProjectLoader.cs (2)
38private readonly IBinLogPathProvider _binLogPathProvider; 101IBinLogPathProvider 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)