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