4 references to NotStarted
System.Text.Json.SourceGeneration (4)
src\libraries\System.Text.Json\Common\JsonSeparatorNamingPolicy.cs (4)
45
SeparatorState state = SeparatorState.
NotStarted
;
62
case SeparatorState.
NotStarted
:
119
if (state != SeparatorState.
NotStarted
)
131
state = SeparatorState.
NotStarted
;