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