2 references to CannotPopulateCollection
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
634
message = SR.Format(SR.
CannotPopulateCollection
, type);
652
ThrowNotSupportedException(ref state, reader, new NotSupportedException(SR.Format(SR.
CannotPopulateCollection
, type)));