3 references to MSBuildExecutableName
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
402
msbuildLocation = Constants.
MSBuildExecutableName
;
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
394
: Constants.
MSBuildExecutableName
;
659
CommunicationsUtilities.Trace("For a host context of {0}, spawning executable from {1}.", hostContext.ToString(), msbuildLocation ?? Constants.
MSBuildExecutableName
);