4 instantiations of OneOrMultipleMetadataMatches
Microsoft.Build (4)
Evaluation\Expander.cs (4)
2999return new OneOrMultipleMetadataMatches(cachedName); 3011return new OneOrMultipleMetadataMatches(); 3036OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name); 3055return new OneOrMultipleMetadataMatches(multipleMatches);
3 references to OneOrMultipleMetadataMatches
Microsoft.Build (3)
Evaluation\Expander.cs (3)
2912OneOrMultipleMetadataMatches matches = GetQuotedExpressionMatches(quotedExpressionFunction, elementLocation); 2993private static OneOrMultipleMetadataMatches GetQuotedExpressionMatches(string quotedExpressionFunction, IElementLocation elementLocation) 3036OneOrMultipleMetadataMatches singleMatch = new(quotedExpressionFunction, match, name);