10 writes to AppendPathInformation
System.Text.Json (10)
System\Text\Json\ThrowHelper.Serialization.cs (10)
52
throw new JsonException(SR.Format(SR.DeserializeUnableToConvertValue, propertyType)) {
AppendPathInformation
= true };
70
throw new JsonException(SR.Format(SR.PropertyGetterDisallowNull, propertyName, declaringType)) {
AppendPathInformation
= true };
76
throw new JsonException(SR.Format(SR.PropertySetterDisallowNull, propertyName, declaringType)) {
AppendPathInformation
= true };
82
throw new JsonException(SR.Format(SR.ConstructorParameterDisallowNull, parameterName, declaringType)) {
AppendPathInformation
= true };
130
throw new JsonException(SR.Format(SR.SerializationConverterRead, converter)) {
AppendPathInformation
= true };
136
throw new JsonException(SR.Format(SR.SerializationConverterWrite, converter)) {
AppendPathInformation
= true };
142
throw new JsonException(SR.Format(SR.SerializerCycleDetected, maxDepth)) {
AppendPathInformation
= true };
148
throw new JsonException(message) {
AppendPathInformation
= true };
483
ex.
AppendPathInformation
= true;
513
ex.
AppendPathInformation
= true;
2 references to AppendPathInformation
System.Text.Json (2)
System\Text\Json\ThrowHelper.Serialization.cs (2)
486
if (ex.
AppendPathInformation
)
516
if (ex.
AppendPathInformation
)