9 writes to _pending
Microsoft.CodeAnalysis (9)
InternalUtilities\JsonWriter.cs (9)
37
_pending
= Pending.None;
76
_pending
= Pending.None;
138
_pending
= Pending.CommaNewLineAndIndent;
154
_pending
= Pending.CommaNewLineAndIndent;
161
_pending
= Pending.CommaNewLineAndIndent;
180
_pending
= Pending.CommaNewLineAndIndent;
237
_pending
= Pending.NewLineAndIndent;
243
_pending
= Pending.NewLineAndIndent;
247
_pending
= Pending.CommaNewLineAndIndent;
4 references to _pending
Microsoft.CodeAnalysis (4)
InternalUtilities\JsonWriter.cs (4)
214
if (
_pending
== Pending.None)
219
Debug.Assert(
_pending
== Pending.NewLineAndIndent ||
_pending
== Pending.CommaNewLineAndIndent);
220
if (
_pending
== Pending.CommaNewLineAndIndent)