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