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