2 writes to _tokens
Microsoft.ML.Transforms (2)
Expression\TokenCursor.cs (2)
41
_tokens
= tokens.GetEnumerator();
151
_tokens
= null;
8 references to _tokens
Microsoft.ML.Transforms (8)
Expression\TokenCursor.cs (8)
63
Contracts.Assert((
_tokens
!= null) == (_buffer[_itokLim - 1].Kind != TokKind.Eof));
102
Contracts.Assert(
_tokens
!= null);
134
Contracts.Assert(
_tokens
!= null);
137
if (!
_tokens
.MoveNext())
144
Token tok = _buffer[_itokLim++] =
_tokens
.Current;
150
_tokens
.Dispose();
161
Contracts.Assert(ditok < _itokLim - _itokCur ||
_tokens
!= null);
188
Contracts.Assert(ditok < _itokLim - _itokCur ||
_tokens
!= null);