2 writes to m_allowOptionals
mscorlib (2)
system\text\utf7encoding.cs (2)
61this.m_allowOptionals = allowOptionals; 119m_allowOptionals = directEncode[optionalChars[0]];
3 references to m_allowOptionals
mscorlib (3)
system\text\utf7encoding.cs (3)
82if (this.m_allowOptionals) 134return (m_allowOptionals == that.m_allowOptionals) &&