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