2 writes to escapeWhitespaces_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2885escapeWhitespaces_ = other.escapeWhitespaces_; 3033escapeWhitespaces_ = value;
2 references to escapeWhitespaces_
Microsoft.ML.Tokenizers (2)
SentencepieceModel.cs (2)
2885escapeWhitespaces_ = other.escapeWhitespaces_; 3030get { if ((_hasBits0 & 4) != 0) { return escapeWhitespaces_; } else { return EscapeWhitespacesDefaultValue; } }