4 references to QuotedExpressionSurroundCharCount
Microsoft.Build (4)
Evaluation\Expander.cs (4)
3083
if (length == cachedMatch.Length +
QuotedExpressionSurroundCharCount
3087
ReadOnlySpan<char> span = stringToCheck.AsSpan(2, length -
QuotedExpressionSurroundCharCount
);
3395
Type = quotedExpressionFunction.Length == name.Length +
QuotedExpressionSurroundCharCount
3424
Length = name.Length +
QuotedExpressionSurroundCharCount
;