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