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