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