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