2 writes to _expressions
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (2)
161_expressions = new Query[size]; 181_expressions = newExpressions;
10 references to _expressions
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\SortQuery.cs (10)
168Debug.Assert(_expressions.Length == _comparers.Length); 169Debug.Assert(0 < _expressions.Length); 170Debug.Assert(0 <= _numSorts && _numSorts <= _expressions.Length); 172if (_numSorts == _expressions.Length) 178newExpressions[i] = _expressions[i]; 184Debug.Assert(_numSorts < _expressions.Length); 192_expressions[_numSorts] = evalQuery; 201return _expressions[i]; 228clone._expressions[i] = (Query)_expressions[i].Clone(); // Expressions should be cloned because Query should be cloned