1 implementation of GetNewLogPath
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\BinLogPathProvider.cs (1)
38public string? GetNewLogPath()
1 reference to GetNewLogPath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\BuildHostProcessManager.cs (1)
123await buildHostProcess.BuildHost.ConfigureGlobalStateAsync(_globalMSBuildProperties, _binaryLogPathProvider?.GetNewLogPath(), cancellationToken).ConfigureAwait(false);