1 write to _executablePath
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
25
_executablePath
= new Lazy<string>(() =>
1 reference to _executablePath
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactoryCompilers.cs (1)
94
commandLine.AppendFileNameIfNotNull(
_executablePath
.Value);