16 writes to _fWritable
System.Numerics (16)
System\Numerics\BigIntegerBuilder.cs (16)
64
_fWritable
= false;
68
reg.
_fWritable
= false;
78
_fWritable
= true;
82
_fWritable
= false;
88
_fWritable
= false;
106
_fWritable
= false;
158
_fWritable
= false;
164
_fWritable
= false;
258
_fWritable
= true;
276
_fWritable
= true;
304
_fWritable
= true;
332
_fWritable
= true;
349
_fWritable
= true;
376
_fWritable
= true;
944
_fWritable
= true;
990
_fWritable
= true;
16 references to _fWritable
System.Numerics (16)
System\Numerics\BigIntegerBuilder.cs (16)
42
Contract.Assert(!
_fWritable
|| _rgu != null);
63
if (
_fWritable
) {
145
else if (
_fWritable
)
162
if (
_fWritable
) {
175
if (!
_fWritable
)
256
if (!
_fWritable
|| _rgu.Length < cu) {
274
if (!
_fWritable
|| _rgu.Length < cu) {
297
if (!
_fWritable
|| _rgu.Length < cu) {
322
if (
_fWritable
&& _rgu.Length >= cu)
343
if (
_fWritable
)
374
if (!
_fWritable
|| _rgu.Length <= reg._iuLast) {
404
else if (!
_fWritable
)
942
if (!
_fWritable
) {
988
if (!
_fWritable
|| _rgu.Length <= iuLastNew) {
1032
Contract.Assert(
_fWritable
&& _iuLast > 0);
1050
Contract.Assert(
_fWritable
&& _iuLast > 0);