5 references to ExpectedValueAfterPropertyNameNotFound
System.Text.Json (5)
System\Text\Json\Reader\Utf8JsonReader.cs (2)
1247if (!HasMoreData(ExceptionResource.ExpectedValueAfterPropertyNameNotFound)) 1260if (!HasMoreData(ExceptionResource.ExpectedValueAfterPropertyNameNotFound))
System\Text\Json\Reader\Utf8JsonReader.MultiSegment.cs (2)
712if (!HasMoreDataMultiSegment(ExceptionResource.ExpectedValueAfterPropertyNameNotFound)) 725if (!HasMoreDataMultiSegment(ExceptionResource.ExpectedValueAfterPropertyNameNotFound))
System\Text\Json\ThrowHelper.cs (1)
431case ExceptionResource.ExpectedValueAfterPropertyNameNotFound: