2 writes to Single
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.OneOrMultipleMetadataMatches.cs (2)
33Single = new MetadataMatch(name); 44Single = new MetadataMatch(matchIndex, matchLength, name);
2 references to Single
Microsoft.Build (2)
Evaluation\Expander.ItemExpander.Transforms.cs (2)
547ExpandExactMetadataTransform(input, output, matches.Single, includeNullEntries, elementLocation); 551ExpandSingleMetadataTransform(input, output, text, matches.Single, includeNullEntries, elementLocation);