7 writes to _hasBits0
Microsoft.ML.Tokenizers (7)
SentencepieceModel.cs (7)
2880_hasBits0 = other._hasBits0; 2971_hasBits0 |= 1; 2985_hasBits0 &= ~1; 3001_hasBits0 |= 2; 3015_hasBits0 &= ~2; 3032_hasBits0 |= 4; 3046_hasBits0 &= ~4;
7 references to _hasBits0
Microsoft.ML.Tokenizers (7)
SentencepieceModel.cs (7)
2880_hasBits0 = other._hasBits0; 2969get { if ((_hasBits0 & 1) != 0) { return addDummyPrefix_; } else { return AddDummyPrefixDefaultValue; } } 2979get { return (_hasBits0 & 1) != 0; } 2999get { if ((_hasBits0 & 2) != 0) { return removeExtraWhitespaces_; } else { return RemoveExtraWhitespacesDefaultValue; } } 3009get { return (_hasBits0 & 2) != 0; } 3030get { if ((_hasBits0 & 4) != 0) { return escapeWhitespaces_; } else { return EscapeWhitespacesDefaultValue; } } 3040get { return (_hasBits0 & 4) != 0; }