4 references to msbuildSourceProjectFile
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
697
if (String.IsNullOrEmpty(outputItemFromTarget.GetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
)))
699
outputItemFromTarget.SetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
, projects[i].GetMetadata(ItemSpecModifiers.FullPath));
Microsoft.Build.Tasks.Core (2)
MSBuild.cs (2)
639
if (String.IsNullOrEmpty(outputItemFromTarget.GetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
)))
641
outputItemFromTarget.SetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
, projects[i].GetMetadata(ItemSpecModifiers.FullPath));