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
;
2969
get { if ((
_hasBits0
& 1) != 0) { return addDummyPrefix_; } else { return AddDummyPrefixDefaultValue; } }
2979
get { return (
_hasBits0
& 1) != 0; }
2999
get { if ((
_hasBits0
& 2) != 0) { return removeExtraWhitespaces_; } else { return RemoveExtraWhitespacesDefaultValue; } }
3009
get { return (
_hasBits0
& 2) != 0; }
3030
get { if ((
_hasBits0
& 4) != 0) { return escapeWhitespaces_; } else { return EscapeWhitespacesDefaultValue; } }
3040
get { return (
_hasBits0
& 4) != 0; }