4 references to QuotedExpressionSurroundCharCount
Microsoft.Build (4)
Evaluation\Expander.ItemExpander.Transforms.cs (2)
697
if (length == cachedMatch.Length +
QuotedExpressionSurroundCharCount
701
ReadOnlySpan<char> span = stringToCheck.AsSpan(2, length -
QuotedExpressionSurroundCharCount
);
Evaluation\Expander.ItemExpander.Transforms.MetadataMatch.cs (1)
28
Length = name.Length +
QuotedExpressionSurroundCharCount
;
Evaluation\Expander.ItemExpander.Transforms.OneOrMultipleMetadataMatches.cs (1)
39
Type = quotedExpressionFunction.Length == name.Length +
QuotedExpressionSurroundCharCount