4 instantiations of OneOrMultipleMetadataMatches
Microsoft.Build (4)
Evaluation\Expander.ItemExpander.Transforms.cs (4)
695return new OneOrMultipleMetadataMatches(cachedName); 744return new OneOrMultipleMetadataMatches(multipleMatches); 749OneOrMultipleMetadataMatches singleMatch = new(text, firstMatch.Index, firstMatch.Length, firstMatch.Name); 759return new OneOrMultipleMetadataMatches();
5 references to OneOrMultipleMetadataMatches
Microsoft.Build (5)
Evaluation\Expander.ItemExpander.Transforms.cs (4)
538OneOrMultipleMetadataMatches matches = GetQuotedExpressionMatches(text, elementLocation); 688private static OneOrMultipleMetadataMatches GetQuotedExpressionMatches(string text, IElementLocation elementLocation) 701return OneOrMultipleMetadataMatches.None; 749OneOrMultipleMetadataMatches singleMatch = new(text, firstMatch.Index, firstMatch.Length, firstMatch.Name);
Evaluation\Expander.ItemExpander.Transforms.OneOrMultipleMetadataMatches.cs (1)
19public static OneOrMultipleMetadataMatches None => default;