4 instantiations of OneOrMultipleMetadataMatches
Microsoft.Build (4)
Evaluation\Expander.cs (4)
3004return new OneOrMultipleMetadataMatches(cachedName); 3016return new OneOrMultipleMetadataMatches(); 3041OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name); 3060return new OneOrMultipleMetadataMatches(multipleMatches);
3 references to OneOrMultipleMetadataMatches
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2917OneOrMultipleMetadataMatches matches = GetQuotedExpressionMatches(quotedExpressionFunction, elementLocation); 2998private static OneOrMultipleMetadataMatches GetQuotedExpressionMatches(string quotedExpressionFunction, IElementLocation elementLocation) 3041OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name);