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