4 references to msbuildSourceProjectFile
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (2)
706
if (String.IsNullOrEmpty(outputItemFromTarget.GetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
)))
708
outputItemFromTarget.SetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
, projects[i].GetMetadata(FileUtilities.ItemSpecModifiers.FullPath));
Microsoft.Build.Tasks.Core (2)
MSBuild.cs (2)
655
if (String.IsNullOrEmpty(outputItemFromTarget.GetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
)))
657
outputItemFromTarget.SetMetadata(ItemMetadataNames.
msbuildSourceProjectFile
, projects[i].GetMetadata(FileUtilities.ItemSpecModifiers.FullPath));