9 references to Format
System.Text.Json (9)
System\Text\Json\ThrowHelper.cs (4)
486message = SR.Format(SR.ZeroDepthAtEnd); 501message = SR.Format(SR.UnexpectedEndOfDataWhileReadingComment); 504message = SR.Format(SR.UnexpectedEndOfLineSeparator); 634SR.Format(SR.CannotWritePropertyAfterProperty) :
System\Text\Json\ThrowHelper.Serialization.cs (5)
335throw new JsonException(SR.Format(SR.DuplicatePropertiesNotAllowed)); 392SR.Format( 552message = SR.Format(SR.SerializeUnableToSerialize); 730ThrowJsonException(SR.Format(SR.MetadataUnexpectedProperty)); 913throw new NotSupportedException(SR.Format(SR.Polymorphism_RuntimeTypeDiamondAmbiguity, runtimeType, derivedType1, derivedType2, baseType));