1 write to _expression
Microsoft.Build (1)
Evaluation\SemiColonTokenizer.cs (1)
49_expression = expression;
8 references to _expression
Microsoft.Build (8)
Evaluation\SemiColonTokenizer.cs (8)
75for (; _index < _expression.Length; _index++) 77switch (_expression[_index]) 97if (_expression.Length > _index + 1 && _expression[_index + 1] == '(') 124_current = GetExpressionSubstring(segmentStart, _expression.Length - segmentStart); 143while (startIndex < endIndex && char.IsWhiteSpace(_expression[startIndex])) 147while (startIndex < endIndex && char.IsWhiteSpace(_expression[endIndex - 1])) 153return Strings.WeakIntern(_expression.AsSpan(startIndex, endIndex - startIndex));