4 references to CurrentRemaining
Microsoft.CodeAnalysis.Scripting (4)
Hosting\ObjectFormatter\CommonObjectFormatter.Builder.cs (4)
76if (CurrentRemaining < 0) 81int length = Math.Min(count, CurrentRemaining); 93if (str == null || CurrentRemaining < 0) 99int length = Math.Min(count, CurrentRemaining);