2 writes to Single
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.OneOrMultipleMetadataMatches.cs (2)
32Single = new MetadataMatch(name); 42Single = new MetadataMatch(match, name);
3 references to Single
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (3)
557include = GetMetadataValueFromMatch(matches.Single, item.Value, item.Item, elementLocation, ref curIndex); 562includeBuilder.Append(quotedExpressionFunction, 0, matches.Single.Index); 564GetMetadataValueFromMatch(matches.Single, item.Value, item.Item, elementLocation, ref curIndex));