2 writes to Single
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.OneOrMultipleMetadataMatches.cs (2)
33
Single
= new MetadataMatch(name);
44
Single
= new MetadataMatch(matchIndex, matchLength, name);
3 references to Single
Microsoft.Build (3)
Evaluation\Expander.ItemExpander.Transforms.cs (3)
554
include = GetMetadataValueFromMatch(matches.
Single
, item.Value, item.Item, elementLocation, ref curIndex);
559
includeBuilder.Append(quotedExpressionFunction, 0, matches.
Single
.Index);
561
GetMetadataValueFromMatch(matches.
Single
, item.Value, item.Item, elementLocation, ref curIndex));