1 write to targetOutputsAttribute
Microsoft.Build.Engine (1)
Engine\TargetDependencyAnalyzer.cs (1)
56this.targetOutputsAttribute = targetToAnalyze.TargetElement.Attributes[XMakeAttributes.outputs];
4 references to targetOutputsAttribute
Microsoft.Build.Engine (4)
Engine\TargetDependencyAnalyzer.cs (4)
107targetOutputSpecification = ((targetOutputsAttribute != null) ? targetOutputsAttribute.Value : String.Empty); 437List<string> targetOutputs = propertyAndMetadataExpander.ExpandAllIntoStringListLeaveEscaped(TargetOutputSpecification, this.targetOutputsAttribute); 453SeparateItemVectorsFromDiscreteItems(this.targetOutputsAttribute, targetOutputs, bucket,