4 instantiations of OneOrMultipleMetadataMatches
Microsoft.Build (4)
Evaluation\Expander.cs (4)
2987return new OneOrMultipleMetadataMatches(cachedName); 2999return new OneOrMultipleMetadataMatches(); 3024OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name); 3043return new OneOrMultipleMetadataMatches(multipleMatches);
3 references to OneOrMultipleMetadataMatches
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2900OneOrMultipleMetadataMatches matches = GetQuotedExpressionMatches(quotedExpressionFunction, elementLocation); 2981private static OneOrMultipleMetadataMatches GetQuotedExpressionMatches(string quotedExpressionFunction, IElementLocation elementLocation) 3024OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name);