5 writes to _hasBits0
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
4336
_hasBits0
= other._hasBits0;
4389
_hasBits0
|= 1;
4403
_hasBits0
&= ~1;
4416
_hasBits0
|= 2;
4430
_hasBits0
&= ~2;
5 references to _hasBits0
Microsoft.ML.Tokenizers (5)
SentencepieceModel.cs (5)
4336
_hasBits0 = other.
_hasBits0
;
4387
get { if ((
_hasBits0
& 1) != 0) { return score_; } else { return ScoreDefaultValue; } }
4397
get { return (
_hasBits0
& 1) != 0; }
4414
get { if ((
_hasBits0
& 2) != 0) { return type_; } else { return TypeDefaultValue; } }
4424
get { return (
_hasBits0
& 2) != 0; }