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; 4387get { if ((_hasBits0 & 1) != 0) { return score_; } else { return ScoreDefaultValue; } } 4397get { return (_hasBits0 & 1) != 0; } 4414get { if ((_hasBits0 & 2) != 0) { return type_; } else { return TypeDefaultValue; } } 4424get { return (_hasBits0 & 2) != 0; }