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