3 references to LogOnItemMetadataSelfReference
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupIntrinsicTask.cs (1)
193expanderOptions |= ExpanderOptions.LogOnItemMetadataSelfReference;
Evaluation\Expander.MetadataExpander.cs (2)
37_options = options & (ExpanderOptions.ExpandMetadata | ExpanderOptions.Truncate | ExpanderOptions.LogOnItemMetadataSelfReference); 232if ((_options & ExpanderOptions.LogOnItemMetadataSelfReference) != 0 &&