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