5 writes to _remaining
Microsoft.CodeAnalysis.Test.Utilities (5)
FX\CappedStringWriter.cs (5)
29
_expectedLength =
_remaining
= 1024 * 1024;
34
_remaining
= Math.Max(256, expectedLength * 4);
47
_remaining
--;
60
_remaining
-= count;
73
_remaining
-= value.Length;
3 references to _remaining
Microsoft.CodeAnalysis.Test.Utilities (3)
FX\CappedStringWriter.cs (3)
45
if (1 <=
_remaining
)
58
if (count <=
_remaining
)
71
if (value.Length <=
_remaining
)