2 references to KeepMetadata
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (2)
85
if (!String.IsNullOrEmpty(child.
KeepMetadata
))
87
var keepMetadataEvaluated = bucket.Expander.ExpandIntoStringListLeaveEscaped(child.
KeepMetadata
, ExpanderOptions.ExpandAll, child.KeepMetadataLocation).ToList();