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