7 references to ConsumePropertyName
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (7)
871retVal = ConsumePropertyName(); 1841return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState; 1986if (ConsumePropertyName()) 2047if (!ConsumePropertyName()) 2086if (ConsumePropertyName()) 2214if (!ConsumePropertyName()) 2310return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState;