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