5 references to NotStarted
System.Text.Json (5)
src\libraries\System.Text.Json\Common\JsonSeparatorNamingPolicy.cs (5)
50
SeparatorState state = SeparatorState.
NotStarted
;
69
case SeparatorState.
NotStarted
:
119
bool isWordStart = state is SeparatorState.SpaceSeparator or SeparatorState.
NotStarted
;
147
if (state != SeparatorState.
NotStarted
)
159
state = SeparatorState.
NotStarted
;