3 writes to IsReadOnly
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Text\ASCIIEncoding.cs (1)
42IsReadOnly = false
src\libraries\System.Private.CoreLib\src\System\Text\Latin1Encoding.Sealed.cs (1)
23IsReadOnly = false
src\libraries\System.Private.CoreLib\src\System\Text\UTF8Encoding.Sealed.cs (1)
36IsReadOnly = false
2 references to IsReadOnly
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (2)
476if (this.IsReadOnly) 490if (this.IsReadOnly)