3 references to NewLineAndIndent
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Compilers\Core\Portable\InternalUtilities\JsonWriter.cs (3)
219
Debug.Assert(_pending == Pending.
NewLineAndIndent
|| _pending == Pending.CommaNewLineAndIndent);
237
_pending = Pending.
NewLineAndIndent
;
243
_pending = Pending.
NewLineAndIndent
;