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