1 implementation of GetNewLogPath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\BinLogPathProvider.cs (1)
38public string? GetNewLogPath()
2 references to GetNewLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
319if (_binaryLogPathProvider?.GetNewLogPath() is string binaryLogPath)
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
BuildHostProcessManagerTests.cs (1)
70binLogPathProviderMock.Setup(m => m.GetNewLogPath()).Returns(BinaryLogPath);