7 references to ConsumePropertyName
System.Text.Json (7)
System\Text\Json\Reader\Utf8JsonReader.cs (7)
871retVal = ConsumePropertyName(); 1807return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState; 1952if (ConsumePropertyName()) 2013if (!ConsumePropertyName()) 2052if (ConsumePropertyName()) 2180if (!ConsumePropertyName()) 2276return ConsumePropertyName() ? ConsumeTokenResult.Success : ConsumeTokenResult.NotEnoughDataRollBackState;