4 instantiations of OneOrMultipleMetadataMatches
Microsoft.Build (4)
Evaluation\Expander.cs (4)
2935return new OneOrMultipleMetadataMatches(cachedName); 2947return new OneOrMultipleMetadataMatches(); 2972OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name); 2991return new OneOrMultipleMetadataMatches(multipleMatches);
3 references to OneOrMultipleMetadataMatches
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2848OneOrMultipleMetadataMatches matches = GetQuotedExpressionMatches(quotedExpressionFunction, elementLocation); 2929private static OneOrMultipleMetadataMatches GetQuotedExpressionMatches(string quotedExpressionFunction, IElementLocation elementLocation) 2972OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name);