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