2 writes to isThrowException
mscorlib (2)
system\text\unicodeencoding.cs (2)
48this.isThrowException = throwOnInvalidBytes; 62isThrowException = false;
2 references to isThrowException
mscorlib (2)
system\text\unicodeencoding.cs (2)
53if (this.isThrowException) 69if (this.isThrowException)