7 references to ConsumePropertyName
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (7)
871retVal = ConsumePropertyName(); 1832return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState; 1977if (ConsumePropertyName()) 2038if (!ConsumePropertyName()) 2077if (ConsumePropertyName()) 2205if (!ConsumePropertyName()) 2301return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState;